摘要:
react创建组件 例 import React, { Component } from 'react'; class 组件名 extends Component { constructor(props) { super(props); this.state = { } } render() { r 阅读全文
posted @ 2020-08-13 17:30
割掉扁桃体
阅读(122)
评论(0)
推荐(0)
摘要:
全局安装yarn cnpm I yarn -g 全局安装react脚手架 cnpm i create-react-app –g react创建项目的脚手架 创建脚手架项目的方法: 1:create-react-app 项目名 如果装不上,就把yarn卸载 2:npx create-react-app 阅读全文
posted @ 2020-08-13 17:02
割掉扁桃体
阅读(2397)
评论(0)
推荐(0)