Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 458 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 458 Bytes

Vue-Element-Admin-Template

基于Vue3+Element ui的后端管理网站模板

技术栈

  • Vue3
  • Vite
  • TypeScript
  • Element-Plus
  • Axios
  • Echarts
  • pinia

搭建记录:

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