/hms

Primary LanguageVue

hms

vue create hms

拷贝所有hms目录下文件到hms并删除create出来的hms目录

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

commit 2

添加vue.config.js 并安装第三方库 引入element-ui

npm i -S axios
npm i -S pubsub-js
npm i -S element-ui

commit 3

封装及测试axios