Skip to content

Commit dd6c685

Browse files
committed
doc: update README.md
1 parent c3f5664 commit dd6c685

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
vue-simple-package
22
===
33

4-
展示 vue 简单的包开发工程实例。
4+
展示 [`vue 3`](https://v3.vuejs.org/) 简单的包开发工程实例。
55

66
### 目录结构
77

@@ -42,13 +42,7 @@ npm install
4242
npm run bootstrap
4343
```
4444

45-
3. 安装包和实例中的依赖
46-
47-
```shell
48-
npm run bootstrap
49-
```
50-
51-
4. 编译包中代码
45+
3. 编译包中代码
5246

5347
```shell
5448
npm run build # 编译所有包 📦 代码
@@ -57,7 +51,7 @@ npm run watch:simple # 实时编译 📦 @vue-simple-package/simple
5751
npm run watch:base # 实时编译 📦 @vue-simple-package/base
5852
```
5953

60-
5. 启动 `website` 实例网站
54+
4. 启动 `website` 实例网站
6155

6256
```shell
6357
npm run start

0 commit comments

Comments
 (0)