首页 > Web开发 > 详细

express with bower in websotrm

时间:2015-03-30 17:56:41      阅读:173      评论:0      收藏:0      [点我收藏+]

 

  0. To install bower , run the following command in webstorm terminal(alt+f12)

   npm install bower

   bower install jquery

   bower init

 

  1. add following linew to app.js

app.use(express.static(__dirname + ‘/public‘));

app.use(‘/bower_components‘, express.static(__dirname + ‘/bower_components‘));

 

  2.add flowing line to your page

<script src="/bower_components/jquery/dist/jquery.js"  type="text/javascript"></script>


3. setup supervisor 


npm install supervisor -g

Node interpreter:
C:\Users\Administrator\AppData\Roaming\npm\node-supervisor.cmd
Node parameters:
--debug


http://leichenlei.iteye.com/blog/2004557

 

express with bower in websotrm

原文:http://www.cnblogs.com/zyip/p/4378395.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!