vue create hms
npm install
npm run serve
npm run build
npm run test
npm run lint
添加vue.config.js 并安装第三方库 引入element-ui
npm i -S axios
npm i -S pubsub-js
npm i -S element-ui
封装及测试axios
vue create hms
npm install
npm run serve
npm run build
npm run test
npm run lint
添加vue.config.js 并安装第三方库 引入element-ui
npm i -S axios
npm i -S pubsub-js
npm i -S element-ui
封装及测试axios