vue2 element admin thin
v1.0.1
英語 | 簡體中文
Vue2 Template Admin 作為中後台模板,採用vue2
、 element-ui
等相關技術棧開發。內建二次封裝常用組件。對常用模組進行提煉和抽象,減少import
和require
的使用,提高開發效率
import
和require
的使用本專案主要基於ES2015+
、 vue2
、 Vue-router
、 pinia
、 [email protected]
、 axios
和ant design for vue
,需事先熟悉。
auth
、 utils
等典型模組高度抽象,因此您需要事先查閱 vue.config.js 文件 - Pull project
git clone https://github.com/Octoveau/vue2-template-portal.git
- Into the project
cd vue2-template-portal
- Installation dependency
npm install
- Start
npm run serve
- Prepack [Prepack 'ant design for vue', 'moment', and 'lodash' to improve compilation speed]
npm run dll