码迷,mamicode.com
首页 > Web开发 > 详细

express with bower in websotrm

时间:2015-03-30 17:59:22      阅读:143      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!