@v2coding/ui 0.1.57 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -11
- package/dist/v2coding-ui.esm.js +926 -826
- package/dist/v2coding-ui.min.js +2 -2
- package/dist/v2coding-ui.ssr.js +911 -919
- package/package.json +53 -53
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
# v2coding-ui
|
|
2
|
-
## 发布新版本
|
|
3
|
-
- 修改 package.json 文件中版本字段
|
|
4
|
-
- 打包 `npm run build`
|
|
5
|
-
- `npm publish --access public`
|
|
6
|
-
|
|
7
|
-
## 使用须知
|
|
8
|
-
- 提前在项目中安装以下依赖
|
|
9
|
-
```bash
|
|
10
|
-
yarn add moment element-ui quill vue-quill-editor pinyin-match lodash vuex axios await-to-js vue-router vuex-persist immutable @amap/amap-jsapi-loader gcoord vue-multipane
|
|
11
|
-
```
|
|
1
|
+
# v2coding-ui
|
|
2
|
+
## 发布新版本
|
|
3
|
+
- 修改 package.json 文件中版本字段
|
|
4
|
+
- 打包 `npm run build`
|
|
5
|
+
- `npm publish --access public`
|
|
6
|
+
|
|
7
|
+
## 使用须知
|
|
8
|
+
- 提前在项目中安装以下依赖
|
|
9
|
+
```bash
|
|
10
|
+
yarn add moment element-ui quill vue-quill-editor pinyin-match lodash vuex axios await-to-js vue-router vuex-persist immutable @amap/amap-jsapi-loader gcoord vue-multipane
|
|
11
|
+
```
|