@shijiu/jsview-vue 0.9.248 → 0.9.249

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/README.md +0 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shijiu/jsview-vue",
3
- "version": "0.9.248",
3
+ "version": "0.9.249",
4
4
  "bin": {
5
5
  "jsview-post-build": "./scripts/jsview-post-build.js",
6
6
  "jsview-post-install": "./scripts/jsview-post-install.js",
package/README.md DELETED
@@ -1,21 +0,0 @@
1
- jsview-vue和jsview-vue/test是两个完全独立的工程。
2
-
3
- jsview-vue用于开发和部署@shijiu/jsview-vue module,不需要做npm install。
4
-
5
- jsview-vue/test用于调试jsview-vue,需要在npm start之前运行npm ci安装依赖包,参照jsview-vue/test/README.md。
6
-
7
- 1. 更新git submodule:
8
-
9
- ``` git submodule update --init --recursive ```
10
-
11
- 2. 打包(为了自动管理版本号,所以不用npm pack):
12
-
13
- ``` npm run fast-pack 或 ./scripts/deploy-fast-pack.js```
14
-
15
- 3. 发布(为了自动管理版本号,所以不用npm publish):
16
-
17
- ``` npm run fast-publish 或 ./scripts/deploy-fast-publish.js```
18
-
19
- 4. 注意事项:
20
-
21
- TODO: 生效时间和是否可以强制制定版本