generator-reactpack:基于Yeoman的React + Webpack + ES6生成器

时间:2024-05-24 11:20:38
【文件属性】:

文件名称:generator-reactpack:基于Yeoman的React + Webpack + ES6生成器

文件大小:9.1MB

文件格式:ZIP

更新时间:2024-05-24 11:20:38

JavaScript

生成您的React + Webpack + ES6游乐场 让我们开始: 确保您已安装哟: npm install -g yo 然后安装generator-reactpack: npm install -g generator-reactpack 在您的空白项目中,运行: yo reactpack 你会得到这个: . ├── css │   └── main.css ├── index.html ├── js │   ├── app.js │   └── hello.js ├── node_modules │   ├── babel-core │   ├── babel-loader │   ├── css-loader │   ├── lodash │   ├── react │   ├── react-hot-loader │   ├── react-kendo │   ├─


网友评论