GitHunt
NU

nurRiyad/vue-init

A simple vue boilerplate for start building quickly

vue-init

This boilerplate should help get you started developing with Vue 3 in Vite.

Out of the box configured with

  • Vue 3
  • Vue Router
  • Pinia
  • TailwindCss
  • Eslint
  • Prettier
  • Vite dev tool

VSCode + Volar (and disable Vetur)

  • Eslint
  • Prettier
  • Volar
  • Spell Checker

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint
nurRiyad/vue-init | GitHunt