文件名称:react-webpack-boilerplate:React和Webpack的样板
文件大小:196KB
文件格式:ZIP
更新时间:2024-05-30 07:02:52
JavaScript
react-webpack-样板 React和Webpack的样板 安装 $ git clone git@github.com:LingyuCoder/react-webpack-boilerplate.git $ cd react-webpack-boilerplate $ npm install 用法 . ├── LICENSE ├── README.md ├── demo │ ├── demo.html │ └── demo.jsx ├── package.json ├── server.js ├── src │ ├── index.js │ ├── lib │ │ └── Component.jsx │ └── style │ └── index.less └── webpack.config.js 发展 $ npm start $ open
【文件预览】:
react-webpack-boilerplate-master
----.gitignore(526B)
----.babelrc(44B)
----.eslintrc(2KB)
----package.json(1KB)
----src()
--------style()
--------index.js(100B)
--------lib()
----webpack.config.js(1KB)
----demo.entry.js(852KB)
----LICENSE(1KB)
----README.md(2KB)
----demo()
--------demo.html(197B)
--------demo.jsx(163B)
----server.js(393B)