文件名称:generator-react-seed:React种子 Yeoman 生成器
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-27 02:31:22
JavaScript
发电机React种子 使用 ES6 和 webpack 的 React 应用程序种子项目 这个 yeoman 生成器将从我的项目中安装基本的项目文件。 您可以选择安装以下功能: React路由器 材质-ui 入门 确保安装了 yeoman: npm install -g yo 从 npm 安装 generator-react-seed: npm install -g generator-react-seed 最后,启动生成器: yo react-seed 文件 ├── CHANGELOG.md ├── LICENSE ├── README.md ├── app │ ├── actions │ │ └── AppActions.js │ ├── app.jsx │ ├── components │ │ ├── App │ │ │ ├──
【文件预览】:
generator-react-seed-master
----.jshintrc(297B)
----.gitattributes(12B)
----.travis.yml(72B)
----LICENSE(1KB)
----README.md(2KB)
----.editorconfig(197B)
----.gitignore(43B)
----app()
--------index.js(5KB)
----package.json(1024B)