土拨鼠公主

React 和 Vue

React

准备工作

  • 1.node环境

  • 2.npm install webpack -g

  • 3.npm install yarn -g

  • 4.npm install create-react-app -g
    查看版本指令:create-react-app --version

  • 5.新建一个项目(xiaodi):create-react-app xiaoxi

  • 6.cd xiaoxi去到当前项目执行npm start或 yarn start

  • 7.npm install antd --save (ant-design组件库)

  • 8.npm install react-app-rewired customize-cra (用于对creat-react-app的默认配置进行自定义)

  • 9.npm install babel-plugin-import (按需加载的插件)

  • 10.npm install react-router-dom --save(路由)

  • 11.修改package.json如下

  • 其他指令:
    指令:rm -r * 作用:删除文件下内容

BUG集

posted on 2022-03-15 18:20  土拨鼠公主  阅读(30)  评论(0编辑  收藏  举报

导航