react
Posted zhuob
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react相关的知识,希望对你有一定的参考价值。
创建react app
cmd不行 用powershell ,
cmd:不行一定要用powershell
npx create-react-app myapp
cd myapp
npm start
安装cnpm 淘宝的npm
npm install -g cnpm --registry=https://registry.npm.taobao.org
SKIP_PREFLIGHT_CHECK=true这个报错
在根目录增加 .env 文件写入就行
create-react-app是单入口
以上是关于react的主要内容,如果未能解决你的问题,请参考以下文章
[React Testing] Use Generated Data in Tests with tests-data-bot to Improve Test Maintainability(代码片段
[react] Module not found: Can't resolve 'schedule' in 'C:Usersadcaldvmtn7myapp (代码片段