react-webpack-template:提供用于使用ES6语法和Webpack开发React的模板

时间:2024-06-05 21:42:43
【文件属性】:

文件名称:react-webpack-template:提供用于使用ES6语法和Webpack开发React的模板

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-05 21:42:43

react webpack4 JavaScript

React + Webpack template Provide a template for developing React based applications using ES6 syntax and webpack. use: git clone git@github.com:liushuangbill/react-webpack-template.git your-app-name cd your-app-name git remote set-url origin your-git-url // 修改远程仓库地址 npm i npm start // 开发模式运行 npm run build // 打包项目 // 使用Webpack ProvidePlugin插件引入React,不必重复引入,也可以定义自己的全局变量 目录结构 . |-- config


网友评论