A Nuxt 3 starter template with a lot of useful features.
- Nuxt
- Vue
- VueUse
- Tailwind CSS
- Tailwind Variants
- Radix Vue Unstyled, accessible components for building high‑quality design systems and web apps
- Nuxt Icons
- Nuxt Image A drop-in replacement for the native tag.
- Nuxt Fonts Plug-and-play web font optimization and configuration
- Security
- ESLint (Nuxt ESLint module), Stylelint, and Prettier to check the source code for programmatic and stylistic errors, and format your code as recommended by Vue, Nuxt and Tailwind CSS
- Git hooks with Husky and lint-staged to automatically lint and format your code upon committing.
Feel free to remove the .github
folder and/or the ecosystem.config.js
file.
- Github Actions workflow for automated CI/CD to remote server using SSH
- pm2 config example file
$ git clone https://github.com/taunoha/nuxt3-boilerplate.git
$ cd nuxt3-boilerplate
$ rm -rf .git
$ npm install
$ npm run dev