Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 452 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 452 Bytes

vue3-vite-ts-template

  • Use vue3 vite2.0 typescript eslint jest pinia unocss vue-router element-plus scss

Installing VSCode Plugins

  • Volar
  • Prettier
  • UnoCSS
  • vscode-styled-components
  • ESLint
  • Code Spell Checker
  • Auto Close Tag
  • Auto Rename Tag
  • Google Translate
  • Path Autocomplete
  • GitLens

Getting Started

  • dev
pnpm i
npm run dev
  • test
pnpm i
npm run test
  • build
pnpm i
npm run build