文件名称:react-workshop:一个以模块化方式开发React组件的工作空间
文件大小:145KB
文件格式:ZIP
更新时间:2024-06-08 18:39:38
JavaScript
React车间 使用Browserify / CommonJS开发React组件的工作空间。 安装 npm install 添加组件 脚步 在src/components添加组件和组件文件。 目前,有必要手动将组件主文件添加到Gruntfile以便创建捆绑包。 ``` browserify: { build: { files: { 'build/main.js': ['src/main.jsx'], 'build/components/helloworld/helloworld.js': ['src/components/helloworld/helloworld.jsx'], // Add something like ^^^^^ here. }, options: { transform: ['reactify'],
【文件预览】:
react-workshop-master
----package.json(606B)
----.bowerrc(43B)
----Readme.md(753B)
----Gruntfile.js(1KB)
----src()
--------index.html(236B)
--------main.jsx(13B)
--------components()
--------styles()
----.gitignore(47B)
----bower.json(379B)
----build()
--------index.html(236B)
--------main.js(606B)
--------components()