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

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.