文件名称:reactor:使用 ES6、PostCSS 和 Webpack 构建 React 应用程序
文件大小:83KB
文件格式:ZIP
更新时间:2024-07-07 23:09:06
JavaScript
React堆 使用 ES6、CSS4 和 Webpack 构建 React 应用程序。 为什么是另一个样板? 只是 UI,重点是面向未来的 ES6 和 CSS4 polyfill,用于模块化 Javascript和CSS。 图书馆 , 带有 入门 克隆项目并删除 git 存储库: git clone --depth=1 https://github.com/priyatam/reactor.git my-reactor cd my-projectg rm -rf .git 发展 npm start - 在以实时重新加载模式构建并启动应用程序 npm test - 运行测试 npm run build - 在静态服务器服务dist上运行生产构建和预览 工作流程 ** 编写组件 ** // Filename: Menu.jsx 'use strict' ; import './_M
【文件预览】:
reactor-master
----.jshintrc(294B)
----.gitignore(606B)
----app()
--------components()
--------app.jsx(288B)
--------actions.js(363B)
--------dispatcher.js(77B)
--------index.html(385B)
--------constants.js(154B)
--------styles()
--------stores()
----package.json(2KB)
----webpack.config.js(3KB)
----dist()
--------app.0.1.1.css(400B)
--------index.html(366B)
--------app.0.1.1.js(196KB)
----LICENSE(1KB)
----jest-preprocessor.js(289B)
----README.md(4KB)
----.editorconfig(242B)