doc: 增加了全局安装该工具的说明
This commit is contained in:
@@ -20,6 +20,24 @@ npm ls -g --depth=0
|
||||
进入本地项目目录:打开终端,使用 cd 命令进入本地项目的根目录。
|
||||
执行取消链接命令:在项目根目录下执行 npm unlink 命令。
|
||||
|
||||
全局安装
|
||||
如果你希望将库全局安装,可以使用以下命令:
|
||||
```bash
|
||||
yarn global add http://git.funjia.top/funjia/create-funjia-admin.git
|
||||
```
|
||||
|
||||
安装
|
||||
```bash
|
||||
create-funjia-admin -n <project-name>
|
||||
```
|
||||
|
||||
如果命令无法找到,则看yarn下面的bin是否配置到系统环境变量中
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
从豆包获取的资料
|
||||
https://www.doubao.com/thread/wf85c2b7e99a830a1
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 405 KiB |
Reference in New Issue
Block a user