文件名称:react-template:一个使用Browserify,Gulp和Browsersync的React项目模板
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-22 22:09:41
JavaScript
React项目模板 Gulp监视.js文件,转换es6代码,与browserify捆绑在一起,生成源映射,监视并编译sass。 与Chai的摩卡咖啡进行单元测试。 jsxhint的棉绒。 入门 $ npm install -g gulp $ git clone https://github.com/jchoca/react-template.git myApp $ cd myApp $ npm install $ npm start 用jsxhint皮棉 $ npm run lint 运行单元测试 $ npm test 通过调试运行单元测试(需要node-inspector) $ npm run test-debug
【文件预览】:
react-template-master
----.jshintrc(46B)
----gulpfile.js(2KB)
----.gitignore(89B)
----app()
--------index.html(251B)
--------js()
--------sass()
----readme.md(551B)
----package.json(1KB)