Files
SvnAdminV2.0/01.web
witersen 2724c71add 2.5.10
2024-10-06 18:48:16 +08:00
..
2024-10-06 18:48:16 +08:00
2022-12-21 22:37:26 +08:00
2021-12-09 13:26:41 +08:00
2022-12-21 23:46:27 +08:00
2022-12-21 23:46:27 +08:00
2021-12-09 13:26:41 +08:00
2022-12-15 09:24:13 +08:00

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