人机交互

人机交互前端

Build Setup

# install cnpm
sudo npm install -g cnpm --registry=https://registry.npm.taobao.org

# install dependencies
cnpm install

# install element-ui
cnpm install element-ui -S

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# build in cn
ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron/ npm run build

This project was generated with electron-vue@8fae476 using vue-cli. Documentation about the original structure can be found here.