You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
witersen
d115293b3d
|
3 years ago | |
---|---|---|
.. | ||
.vscode | 3 years ago | |
src | 3 years ago | |
.babelrc | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
package-lock.json | 3 years ago | |
package.json | 3 years ago | |
webpack.base.config.js | 3 years ago | |
webpack.dev.config.js | 3 years ago | |
webpack.prod.config.js | 3 years ago |
README.md
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