文件名称:react-flux-webpack-template:这是一个带有 webpack 的 react 和flux 模板
文件大小:91KB
文件格式:ZIP
更新时间:2024-06-23 12:55:31
JavaScript
react-flux-webpack-template 概述 它是一个带有 webpack 的 react 和flux 模板,将来会不断改进。 这个包包括这些功能 由 ECMAScript 6 编写。 一个简单的React和通量演示。 使用 webpack 的工作流,包括 javascript 和样式捆绑、实时重新加载、供应商处理等。 本demo由es6编写,并使用babel转入es5。 使用 Bootstrap 作为 css 框架并与 webpack 集成。 在通量架构中对后端执行异步请求。 使用执行 http 请求而不是 jquery。 使用 express 作为一个纯粹的后端宁静服务。 使用 Jest 进行组件测试。 将 eslint 与 webpack 集成。 发展 首先,执行以下命令准备开发。 $ git clone https://github.com/
【文件预览】:
react-flux-webpack-template-master
----.eslintrc(840B)
----server()
--------server.js(1KB)
--------routes()
--------server-dev.js(45B)
----package.json(1KB)
----app()
--------dispatcher()
--------action()
--------__tests__()
--------preprocessor.js(376B)
--------Constant()
--------main.js(171B)
--------components()
--------utils()
--------store()
----dist()
--------vendors.js(167KB)
--------index.html(228B)
--------bundle.js(131KB)
----.gitignore(47B)
----webpack.config.js(1KB)
----styles()
--------_bootstrap_variables.scss(62B)
--------index.scss(65B)
--------_bootstrap_override.scss(1KB)
----README.md(2KB)
----bower.json(290B)
----build()
--------index.html(294B)