Skip to content

nurRiyad/vue-init

Repository files navigation

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

Recommended IDE setup

VSCode + Volar (and disable Vetur)

Recommended VsCode Extension

  • Eslint
  • Prettier
  • Volar
  • Spell Checker

Takeover mode for performance

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

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