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

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.