Standard for setting up a Nuxt 3 web page.
git clone https://github.com/rajosch/nuxt-template.git /{path-to-your-dir}/{your-dir-name}
git remote set-url origin https://github.com/{your-username}/{your-repository}.git
git push --set-upstream origin main
If you want to use the standard BProto color scheme just put "".
Start the development server on http://localhost:3000
yarn dev
Build the application for production:
yarn run build
Locally preview production build:
yarn run preview
Check out the deployment documentation for more information.