0.0.1 • Published 3 years ago

react-meta-cli v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

feature

  • PWA、Hooks、代码分割、热替换、HappyPack 多线程构建、ES6+语法

构建 Start

yarn install		# 安装依赖模块

yarn start		# 运行开发环境: http://localhost:8888
yarn build		# 正式打包,用于生产环境

yarn dist		# 运行正式打包后的最终文件(build目录下的文件): http://localhost:8889
yarn distmac	        # MAC下运行最终文件:http://localhost:8889

yarn prettier		# 自动格式化src、mock目录下的所有.js/.css/.scss/.less文件