演示: :
开始
这是的项目模板
# npm 切换淘宝源(安装npm相关会变快)
npm config set registry https://registry.npm.taobao.org
# install dependencies
npm install
# serve with hot reload at localhost:8081
npm run dev
# build for production with minification
npm run build
资料夹结构
构
电子伏特模板
电子战项目
构建设置
# For Chinese Developers
# install nrm
npm i -g nrm
# Switch to Taobao Source with NRM
nrm ls
nrm use taobao
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron application for p