java 发表于 2017-6-15 18:56:54

npm常用命令

---vue--------

npm install

npm run dev

npm run build


---electron--------
$ git clone https://github.com/electron/electron-api-demos
$ cd electron-api-demos
$ npm install
$ npm start
$ npm run dev

页: [1]
查看完整版本: npm常用命令