首页 > Windows开发 > 详细

[Bootstrap] install Bootstrap framework in window 7 by npm

时间:2015-12-07 10:18:07      阅读:201      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!