Nuxt 3 + Tailwind Starter Kit.
- Nuxt 3
- Nuxt Content v2
- Tailwind CSS
- Nuxt Icon
- State management with Pinia
- Easy form validation with vee-validate
- Custom authentication store via
useAuthStore
- Internalization via @nuxtjs/i18n
- Try on stackblitz
- Try online demo
Create a repo from this template on GitHub.
If you prefer to do it manually with the cleaner git history
npx nuxi init -t gh:gravitano/nuxt3-tailwind-kit my-nuxt-app
cd my-nuxt-app
yarn
yarn dev
We recommend to look at the documentation.
Make sure to install the dependencies
yarn install
Start the development server on http://localhost:3000
yarn dev
Build the application for production:
yarn build
Checkout the deployment documentation.