Skip to content

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

Notifications You must be signed in to change notification settings

taunoha/nuxt3-boilerplate

Repository files navigation

Nuxt3 Boilerplate

A Nuxt 3 starter boilerplate 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