摘要:
0. To install bower , run the following command in webstorm terminal(alt+f12) npm install bower bower install jquery bower init 1. add following line... 阅读全文
摘要:
1. create a folder named m12. run command: npm init, this will create the package.json file3. create a lib folder using command: mkdir lib4. create in... 阅读全文
摘要:
1. wrap up a module using module.exports, name the file to a.jsvar fun1=function(){var stylus = require('stylus');this.hi=function(){ console.log('... 阅读全文
摘要:
1. install from npmsudo npm install stylus2. create a styl file named step1.stylborder-radius() { -webkit-border-radius: arguments -moz-border-radiu... 阅读全文