We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f5664 commit dd6c685Copy full SHA for dd6c685
README.md
@@ -1,7 +1,7 @@
1
vue-simple-package
2
===
3
4
-展示 vue 简单的包开发工程实例。
+展示 [`vue 3`](https://v3.vuejs.org/) 简单的包开发工程实例。
5
6
### 目录结构
7
@@ -42,13 +42,7 @@ npm install
42
npm run bootstrap
43
```
44
45
-3. 安装包和实例中的依赖
46
-
47
-```shell
48
-npm run bootstrap
49
-```
50
51
-4. 编译包中代码
+3. 编译包中代码
52
53
```shell
54
npm run build # 编译所有包 📦 代码
@@ -57,7 +51,7 @@ npm run watch:simple # 实时编译 📦 @vue-simple-package/simple
57
npm run watch:base # 实时编译 📦 @vue-simple-package/base
58
59
60
-5. 启动 `website` 实例网站
+4. 启动 `website` 实例网站
61
55
62
56
63
npm run start
0 commit comments