Browse Source

docs: update

i18n
xiaoxian521 3 years ago
parent
commit
8cebbef626
  1. 14
      README.en-US.md
  2. 12
      README.md

14
README.en-US.md

@ -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

12
README.md

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

Loading…
Cancel
Save