码迷,mamicode.com
首页 > Windows程序 > 详细

[Bootstrap] install Bootstrap framework in window 7 by npm

时间:2015-12-07 10:20:45      阅读:376      评论:0      收藏:0      [点我收藏+]

标签:

Install with npm

You can also install Bootstrap using npm:

$ npm install bootstrap

require(‘bootstrap‘) will load all of Bootstrap‘s jQuery plugins onto the jQuery object. The bootstrap module itself does not export anything. You can manually load Bootstrap‘s jQuery plugins individually by loading the /js/*.js files under the package‘s top-level directory.

Bootstrap‘s package.json contains some additional metadata under the following keys:

  • less - path to Bootstrap‘s main Less source file
  • style - path to Bootstrap‘s non-minified CSS that‘s been precompiled using the default settings (no customization)

 

 

Get the MSI. npm is in it.(node-v5.1.1-x64.msi)

[Bootstrap] install Bootstrap framework in window 7 by npm

标签:

原文地址:http://www.cnblogs.com/Areas/p/5025186.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!