A base project for Nuxt 3 with additional features:
- linting with
eslintandprettier - example components in composition API syntax
- example setup for meta information
- internationalization with
@nuxtjs/i18nandvue-i18n - vuetify theming and components
- storybook setup with multiple modes for theming and i18n
This project uses @jojomatik/nuxt-bundle to provide updates to basic configuration and tested dependency updates.
If you want to opt out of @jojomatik/nuxt-bundle you can merge it into your projects config (e.g. package.json, nuxt.config.ts) and configure it yourself.
Make sure to install the dependencies
yarn installStart the development server on http://localhost:3000
yarn devBuild the application for production:
yarn buildCheckout the deployment documentation.