Look at the nuxt 3 documentation to learn more.
This is the Nuxtjs boilerplate. It contains the following conventions/features:
- 🪲 Typescript
- 💚 Nuxt 3
- 🌊 Windi CSS with nuxt-windicss
- ✨ Eslint & Prettier
- 🐕 Husky git hooks
Make sure to install the dependencies:
yarnStart the development server on http://localhost:3000
yarn devBuild the application for production:
yarn buildLocally preview production build:
yarn previewCheckout the deployment documentation for more information.