文件名称:react_web_demo:用来学习React
文件大小:23KB
文件格式:ZIP
更新时间:2024-05-28 23:26:32
JavaScript
React Starterkit 这ReactSTARTERKIT基础上提供了一个准备开发环境,和 。 内部数据流由处理,路由由。 ####此入门工具包不包含一些精美的UI内容,但是是您下一个React应用程序的轻量级起点。 拿到工具包 $ git clone https://github.com/wbkd/react-starterkit.git && cd react-starterkit 安装 安装所有依赖项。 $ npm install 发展 生成应用程序,并使用livereload启动Web服务器。 默认情况下,Web服务器从端口1337开始。您可以使用$ gulp --port 3333定义端口。 $ gulp 建造 在dist文件夹中生成应用程序的缩小版本。 $ gulp build --type production 测验 我们使用来测试我们的应用程序。 您可以使
【文件预览】:
react_web_demo-master
----.gitignore(253B)
----README.md(3KB)
----CHANGELOG.md(482B)
----.bowerrc(42B)
----LICENSE(1KB)
----app()
--------scripts()
--------images()
--------stylus()
--------index.html(579B)
----bower.json(377B)
----package.json(2KB)
----test-utils()
--------stubRouterContext.jsx(757B)
----webpack.config.js(841B)
----gulpfile.js(3KB)