/vite-boilerplate

Vite-Boilerplate (Vue 3 + Vite + Vue-router + Pinia + ESlint + Prettier)

Primary LanguageVue

Vite-vue3 Boilerplate

Vue 3 + Vite + Vue-router + Pinia + ESlint + Prettier

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended IDE Setup

Directories

  • Layout (Layout wrapper For all pages)

    • Change layout from mata value of route
    • Key "layout"
    • Error of "vue/multi-word-component-names" add component name in "vue/multi-word-component-names" -> ignores (Array) in ".eslintrc.js"
  • Pinia (store management)