Shomari 581040f387 Update web packages. il y a 2 semaines
..
assets f29aa62944 Complete featured sections. il y a 1 an
components 6803c455a7 Update UI. il y a 1 an
layouts 319200b5fb Create default layout and refactor. il y a 1 an
pages 581040f387 Update web packages. il y a 2 semaines
public 9e1282b46b Link to fairplay hashes. il y a 1 an
server 1b6e10ae9b Remove `libauth` dependency. il y a 2 mois
stores d3367e484b Cleanup legacy. il y a 2 mois
.gitignore 1ed8011aa0 Add new queries. il y a 1 an
.npmrc 1ed8011aa0 Add new queries. il y a 1 an
Dockerfile fb99e93493 Update Docker configs + all Nexa libs to latest. il y a 2 mois
README.md 2804d81123 Snapshot. il y a 1 an
docker-compose.yml fb99e93493 Update Docker configs + all Nexa libs to latest. il y a 2 mois
nuxt.config.ts 581040f387 Update web packages. il y a 2 semaines
package.json 581040f387 Update web packages. il y a 2 semaines
tsconfig.json fdac4259f3 Upgrade to Nuxt v3. il y a 1 an
yarn.lock 581040f387 Update web packages. il y a 2 semaines

README.md

NexaJS Vue + TypeScript Boilerplate

Look at the NexaJS documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.