tnpm是阿里定制的npm,内部私有的模块都会发布到这里(官网:http://web.npm.alibaba-inc.com/)
$ npm i -g npminstall --registry=http://registry.npm.alibaba-inc.com
$ npminstall -g tnpm --registry=http://registry.npm.alibaba-inc.com
$ npm install -g vue-cli
$ vue init aligenie-iot-team/genie-iot-cli my-project
$ cd my-project
// 安装依赖可以用tnpm install会快一些
$ npm install
$ npm run dev
$ npm run build