npm、yoman、gulp、bower 笔记
Posted by 2017/7/22 23:50:06 • Author:JK.Li
NPM -> Node Package Manager , nodejs 包管理工具 https://www.npmjs.com/;
Yoman (yeoman的脚手架工具 http://yeoman.io/)
Gulp (构建工具http://gulpjs.com) 参考:http://www.ydcss.com/archives/18 Grunt (构建工具 https://gruntjs.com/)
bower ( 前端包管理工具 https://bower.io/)
npm常用命令:
npm install -g [包名] //安装指定的包或程序 -g 为全局安装
yo常用命令:
yo [webapp] [projectname] //使用指定的框架搭建项目
bower常用命令:
bower install [dcloud-mui] --save-dev
bower uninstall dcloud-mui
Tagged: npm
0 评论列表
发表评论
Wise Words
We can let circumstances rule us, or we can take charge and rule our lives from
within .
Earl Nightingale