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