-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Lyndsey edited this page Jun 30, 2019
·
2 revisions
Welcome to the AI-Platform wiki!
You need to install node and git locally. The project is based on vue, vue-router, vue-cli, axios(later) and element-ui.
"engines": { (本地自己安装)
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"dependencies": { (通过下面步骤npm install来安装)
"axios": "^0.19.0",
"element-ui": "^2.9.1",
"vue": "^2.5.2",
"vue-router": "^3.0.1"
}
# install dependencies
npm install# install dependencies
npm install cnpm -g --registry=https://registry.npm.taobao.org
cnpm install
npm run dev