Nuxt 3 starter template with most used tools
- Typescript
- ESLint
- @typescript-eslint
- Prettier
- @trivago/prettier-plugin-sort-imports
- prettier-plugin-organize-attributes
- prettier-plugin-tailwindcss
- Husky
- Configured pre-commit to lint-staged
- Configured commit-msg to commitlint
- Vitest
- @nuxt/test-utils
- Tailwind
Optional: use pnpm https://pnpm.io/installation
Make sure to install the dependencies:
# pnpm
pnpm install
pnpm postinstall
# to install husky hooks
pnpm prepare
Start the development server on http://localhost:3000
pnpm dev
To run tests:
pnpm test
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview