docs: update

This commit is contained in:
xiaoxian521 2021-11-11 09:26:30 +08:00
parent 77ba17fb3a
commit 8cebbef626
2 changed files with 25 additions and 1 deletions

View File

@ -6,7 +6,19 @@ The lite version is based on the shelf extracted from https://github.com/xiaoxia
## Usage
I think you should fork the project first, so that you can pull the update synchronously when I update! ! !
### Installation dependencies
pnpm install
### Install a package
pnpm add packageName
### Uninstall a package
pnpm remove packageName
I think you should fork the project first to develop, so that you can pull the update synchronously when I update! ! !
## Supporting video tutorial

View File

@ -6,6 +6,18 @@
## 用法
### 安装依赖
pnpm install
### 安装一个包
pnpm add 包名
### 卸载一个包
pnpm remove 包名
我认为你应该先 fork 项目去开发,以便我更新时你可以同步拉取更新!!!
## 配套视频教程