赞
踩
1.npm install 安装包
2.npm install -g 全局安装包
3.npm install --save/--save-dev 生产环境/开发环境安装包
4.npm uninstall 卸载包
5.npm uninstall --save/--save-dev 生产环境/开发环境卸载包并删除依赖
6.npm uninstall -g 全局卸载包
7.npm -v 查看当前版本
8.npm init 创建默认的package.json
9.npm run serve 运行项目(Vue)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。