npm install -g yarn
npm install -g create-react-app
create-react-app my-app
cd my-app
yarn start
打包 yran build
或者
npx create-react-app my-app
cd mu-app
npm start 调试
npm run build 发布
npm install -g yarn
npm install -g create-react-app
create-react-app my-app
cd my-app
yarn start
打包 yran build
或者
npx create-react-app my-app
cd mu-app
npm start 调试
npm run build 发布
转载于:https://my.oschina.net/u/4005929/blog/2994958