摘要: json-server: 快速轻量的restful 风格的 mock服务器 安装 依赖 json-server npm i json-server --save-dev 在项目根目录新建一个目录: __json_server_mock__ 目录前后的两个下划线是表示 这个目录中的内容跟 项目本身没有 阅读全文
posted @ 2021-12-22 14:58 shine_lovely 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 前端工程化-格式化 React项目 Pre-commit Hook,在git commit之前进行代码格式化 为了防止一些不规范的代码 commit并push到远端,我们可以在git命令执行前用一些钩子来检测并阻止。现在大前端主要有两种git钩子插件:husky(jquery与next.js都在用) 阅读全文
posted @ 2021-12-22 14:57 shine_lovely 阅读(465) 评论(0) 推荐(0) 编辑
摘要: WebStorm 使用 git 连接gitee 在本地新建一个项目 test npx create-react-app test --template typescript 登录gitee账户,新建一个同名仓库:test WebStorm 添加 第一步: 创建本地仓库 第二步: 右击项目名,点击 A 阅读全文
posted @ 2021-12-22 13:05 shine_lovely 阅读(1275) 评论(0) 推荐(0) 编辑