初始化开发环境

1
2
3
npm config set registry https://registry.npm.taobao.org --global
npm config set ELECTRON_MIRROR https://npm.taobao.org/mirrors/electron/
npm i -g webpack gitbook-cli babel uglifyjs vue-cli electron-builder electron
1
2
git config --global user.name "Your Name"
git config --global user.email "email@example.com"