Look at the Nuxt documentation to learn more.
Make sure to install dependencies:
# npm
npm iRunning this will automatically trigger a postinstall script that generates design tokens and favicons – everything needed for development.
Add the following entry to your /etc/hosts file to enable local development:
127.0.0.1 development.playground.mev.bgRun the following command to generate SSL certificates for local development:
npm run generate:sslStart the development server on https://development.playground.mev.bg:3000:
# npm
npm run devBuild the application for production:
# npm
npm run build:appLocally preview site build:
# npm
npm run previewCheck out the deployment documentation for more information.