/nuxt3-boilerplate

A Nuxt 3 starter template with a lot of useful features.

Primary LanguageVue

Nuxt3 Boilerplate

A Nuxt 3 starter template with a lot of useful features.

Features

👉 Code quality and conventions

  • 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.

👉 Automation (optional)

Feel free to remove the .github folder and/or the ecosystem.config.js file.

Getting Started

$ git clone https://github.com/taunoha/nuxt3-boilerplate.git 
$ cd nuxt3-boilerplate
$ rm -rf .git

$ npm install
$ npm run dev