newtv-ui-revision 0.0.1 → 4.0.3

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 CHANGED
@@ -1,4 +1,4 @@
1
- # newtv-ui
1
+ # newtv-ui-revision
2
2
 
3
3
  ## Project setup
4
4
  ```
@@ -31,7 +31,7 @@ npm run lint
31
31
 
32
32
  ### 打包:
33
33
 
34
- ```
34
+ ```bash
35
35
  npm run lib
36
36
 
37
37
  //切换npm镜像
@@ -42,26 +42,18 @@ npm login
42
42
  npm publish
43
43
  ```
44
44
 
45
-
46
-
47
45
  ### 安装方式:
48
- ```
49
- npm install newtv-ui
46
+ ```bash
47
+ npm install newtv-ui-revision
50
48
 
51
- ### 升级方式, package.json 查询版本号。 (或者https://www.npmjs.com/package/newtv-ui 查看当前版本)
52
- ```
53
- npm install newtv-ui@版本号
49
+ ### 升级方式, package.json 查询版本号。 (或者https://www.npmjs.com/package/newtv-ui-revision 查看当前版本)
54
50
  ```
55
-
51
+ npm install newtv-ui-revision@版本号
52
+ ```bash
56
53
  ### Customize configuration
57
54
  ```
58
55
  See [Configuration Reference](https://cli.vuejs.org/config/).
59
- ```
60
-
56
+ ```bash
61
57
  ### 访问地址
62
58
  ```
63
- http://stage-newtv-ui.cloud.ottcn.com/#/index
64
- ```
65
-
66
- newtv-ui@2.3.78 :
67
- 用户使用手册 需求修改:newtvHeader组件增加manual属性, 使用 : manual="使用手册地址"
59
+ http://stage-newtv-ui-revision.cloud.ottcn.com/#/index
package/lib/demo.html CHANGED
@@ -1,10 +1,10 @@
1
1
  <meta charset="utf-8">
2
- <title>newtv-ui demo</title>
3
- <script src="./newtv-ui.umd.js"></script>
2
+ <title>newtv-ui-revision demo</title>
3
+ <script src="./newtv-ui-revision.umd.js"></script>
4
4
 
5
- <link rel="stylesheet" href="./newtv-ui.css">
5
+ <link rel="stylesheet" href="./newtv-ui-revision.css">
6
6
 
7
7
 
8
8
  <script>
9
- console.log(newtv-ui)
9
+ console.log(newtv-ui-revision)
10
10
  </script>