Skip to content

Commit

Permalink
update cli.md
Browse files Browse the repository at this point in the history
modify the parameter in the document: 'emp init' section
  • Loading branch information
inblossoms authored Oct 21, 2023
1 parent 5766c42 commit 228f79c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions offical/develop/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
4. react_project

::: tip v2.1.1 可指定安装业务模板
+ `npx @efox/emp init -d http://localhost:8000/data.json` 指定url
+ `npx @efox/emp init -d ./data.json` 指定本地文件
+ `npx @efox/emp init -t http://localhost:8000/data.json` 指定url
+ `npx @efox/emp init -t ./data.json` 指定本地文件
+ `data.json` 数据结构解析
```json
{
Expand Down

0 comments on commit 228f79c

Please sign in to comment.