1、下载bootstrap 源文件
http://d.bootcss.com/bootstrap-3.3.5.zip
解压 zip文件
2、安装node.js npm 等
3、全局安装grunt
npm install -g grunt-cli
4、cd bootstrap-3.35
npm install
5、运行grunt
grunt dist
grunt watch
grunt test
grunt docs
grunt
Bootstrap 3.3.5 安装与配置
本文介绍如何下载 Bootstrap 源文件并进行安装配置。步骤包括:下载源文件、解压、安装 Node.js 和 npm、全局安装 grunt、使用 npm 安装依赖及运行 grunt 命令。
1、下载bootstrap 源文件
http://d.bootcss.com/bootstrap-3.3.5.zip
解压 zip文件
2、安装node.js npm 等
3、全局安装grunt
npm install -g grunt-cli
4、cd bootstrap-3.35
npm install
5、运行grunt
grunt dist
grunt watch
grunt test
grunt docs
grunt

被折叠的 条评论
为什么被折叠?