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:
yarn
Start the development server on http://localhost:3000
yarn dev
Build the application for production:
yarn build
Locally preview production build:
yarn preview
Checkout the deployment documentation for more information.