Skip to content

woshiqiang1/vue3-vite-ts-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vite Vue3 TS starter

Feature

  • Vue 3
  • use <script setup> syntax
  • TypeScript
  • Vue Router 4
  • Pinia 2
  • Scss and CSS modules support
  • Prettier
  • Eslint, of course
  • Husky with lint-staged, commit-lint
  • Element-plus UI kit component
  • VueUse - collection of useful composition APIs
  • unplugin-vue-components - components auto import, include Element-plus
  • unplugin-auto-import - Directly use Vue Composition API and others without importing
  • unplugin-mock - API mocker support