react webpack template:具有webpackbabel和tailwindcss的React模板已为您配置并针对生产进行了优化 源码
React项目的样板。 使用SASS / SCSS,Eslint,Prettier,TailwindcssV2等的React项目入门(JSX),所有这些都使用Webpack。 git clone项目并开始为React开发使用完全优化的环境。 开始吧 为了发展 git clone将存储git clone到本地计算机。 运行npm install安装所有依赖项。 运行npm start以启动本地开发服务器。 一切都适合使用webpack进行热重装进行开发。 用于生产 对于生产使用npm run build但是在我们需要清除所有我们在项目中未使用的顺风css属性之前,请使用npm run b
文件列表
react-webpack-template-master.zip
(预估有个15文件)
react-webpack-template-master
.eslintrc.json
673B
index.html
233B
webpack.config.prod.js
3KB
webpack.config.js
3KB
tailwind.config.js
300B
src
index.scss
97B
components
HelloWorld
暂无评论