Nuxt 3 Tailwind Starter 中文文档
Zero Config Nuxt 3 + Tailwind Starter
- 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 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
git clone https://github.com/Createitv/nuxt3-tailwind-starter my-app
cd my-app
pnpm install --shamefully-hoist
# or
npm install
We recommend to look at the documentation.
Make sure to install the dependencies
npm run dev
Start the development server on http://localhost:3000
Build the application for production:
npm run build
Checkout the deployment documentation.