Zero Config Nuxt 3 + Tailwind Starter
useAuthStore
Tailwind CSS
Auto prettiervercel
Github Page
on main branchCreate 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.