初始化基础的项目
npm install -g create-react-app
create-react-app my-app
cd my-app
npm start
箴言:因为这些东西是非常简单的。不要抱怨自己学不会,那是因为你没有足够用心。
react初始化项目
阅读 67
2023-06-03
初始化基础的项目
npm install -g create-react-app
create-react-app my-app
cd my-app
npm start
箴言:因为这些东西是非常简单的。不要抱怨自己学不会,那是因为你没有足够用心。
相关推荐
精彩评论(0)