文件名称:ochat-hybrid:webpack + react + jade + mutipleEntry
文件大小:26KB
文件格式:ZIP
更新时间:2024-05-19 00:05:42
JavaScript
使用说明 前提 nodejs>0.10 React>=0.14 步骤 # 更新为淘宝镜像 npm config set registry https://registry.npm.taobao.org # 安装grunt-cli npm install -g grunt-cli # 安装项目依赖包 npm install # 生产环境运行以下命令 # npm install -production # 运行grunt本地服务器 npm start # 浏览网页 open http://localhost:9002/demo #### 其他命令 #### # 编译全站 grunt build # 预览编译后的文件 grunt server:dist 特点 [babel]支持ES6、ES7 [模板]支持jade [less]支持less [webpack]支持模块化、JSX [redux]管理
【文件预览】:
ochat-hybrid-master
----api()
--------friendship.js(437B)
----.gitignore(73B)
----.babelrc(17B)
----.eslintrc(2KB)
----package.json(1KB)
----src()
--------components()
--------templates()
--------decorators()
--------assets()
--------utils()
--------containers()
----Gruntfile.js(174B)
----Gruntfile.es6(3KB)
----tools()
--------copy.sh(73B)
----README.md(3KB)
----config()
--------grunt()
--------marine.js(1KB)
--------router-api.js(287B)
--------env()
----.editorconfig(324B)