摘要: 全局安装脚手架 npm i create-react-app -g 创建react: create-react-app 项目名称 启动命令: npm state 创建类组件: import React, { Component } from 'react' export default class  阅读全文
posted @ 2020-12-15 21:04 跳动的W 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 快速初始化: mkdir egg-example //创建对应文件夹 cd egg-example //跳转至该文件夹下 npm init egg --type=simple // 安装 npm i //初始化 启动:npm run dev //默认地址 http://localhos 阅读全文
posted @ 2020-12-15 08:35 跳动的W 阅读(245) 评论(0) 推荐(0) 编辑