1.0.1 • Published 7 years ago

create-ehome-app v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

左邻前端工具集

1. 移动端H5 React App

公司统一模板与框架,生成步骤如下: 1. npm config set registry https://registry.npm.taobao.org 2. cnpm i create-react-app -g 3. create-react-app test-app --scripts-version ehome-app 4. cd test-app 5. npm run eject 6. package.json中新增homepage字段,值为'./' 7. package.json中proxy字段配置代理服务器地址 8. npm run start 本地调试 9. npm run build 代码构建