Git 教程 发布于 2021-12-09 收录于 工具Git CheatSheet 不建议使用 git push --force,推荐 --force-with-lease 参数 识别大小写 1 git config core.ignorecase false 修改上一次的 commit 记
Pinia MelonCholi 发布于 2021-12-08 收录于 前端Pinia Pinia (pronounced like /peenya/ in English) is the closest word to piña (pineapple in Spanish) that is a valid package name. A pineapple is in reality a group of individual flowers that join together to create
mermaid 发布于 2021-12-07 收录于 工具mermaid FlowChart 1 2 3 4 ```mermaid graph TD A-->B ``` 方向 TB 从上到下 BT 从下到上 RL 从右到左 LR 从左到右 TD 同 TB 1 2 graph TD
yarn MelonCholi 发布于 2021-12-05 收录于 前端yarn 基本操作 安装 1 npm install -g yarn 初始化一个新项目 1 yarn init 安装所有依赖项 1 2 yarn yarn install 添加依赖项