nuxt3-tailwind-starter
nuxt3-tailwind-starter copied to clipboard
nuxt3-tailwind-starter
Nuxt 3 Tailwind Starter 中文文档
Zero Config Nuxt 3 + Tailwind Starter
Features
- 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
-
Tailwind CSS
Auto prettier - Comitlint and auto generate CHANGELOG.md
- Auto push to
vercel
Github Page
on main branch - Devops Easy
Try it Now
Stackblitz
- Try on stackblitz
Online Demo
- Try online demo
GitHub Template
Create a repo from this template on GitHub.
Local Install
If you prefer to do it manually with the cleaner git history
git clone https://github.com/Createitv/nuxt3-tailwind-starter my-app
cd my-app
pnpm install --shamefully-hoist
# or
npm install
Development
We recommend to look at the documentation.
Make sure to install the dependencies
npm run dev
Start the development server on http://localhost:3000
Production
Build the application for production:
npm run build
Checkout the deployment documentation.