mirror of
https://github.com/witersen/SvnAdminV2.0.git
synced 2026-01-12 00:04:38 +08:00
343 B
343 B
view-ui-project
This project is build for Vue.js 2 + vue-router + webpack2 + View UI (iView) 4, just install and run.
Install
// install dependencies
npm install
Run
Development
// For the first time, run init to create index.html
npm run init
npm run dev
Production(Build)
npm run build