@applemusic-like-lyrics/vue 0.0.13 → 0.0.14
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 +13 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,6 +12,19 @@ AMLL 组件库的 Vue 绑定,你可以通过此库来更加方便地使用 AML
|
|
|
12
12
|
|
|
13
13
|
## 安装
|
|
14
14
|
|
|
15
|
+
安装使用的依赖(如果以下列出的依赖包没有安装的话需要自行安装):
|
|
16
|
+
```bash
|
|
17
|
+
npm install @pixi/app @pixi/core @pixi/display @pixi/filter-blur @pixi/filter-bulge-pinch @pixi/filter-color-matrix @pixi/sprite jss jss-preset-default # 使用 npm
|
|
18
|
+
yarn add @pixi/app @pixi/core @pixi/display @pixi/filter-blur @pixi/filter-bulge-pinch @pixi/filter-color-matrix @pixi/sprite jss jss-preset-default # 使用 yarn
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
安装 Vue 绑定需要使用的依赖(如果以下列出的依赖包没有安装的话需要自行安装):
|
|
22
|
+
```bash
|
|
23
|
+
npm install vue # 使用 npm
|
|
24
|
+
yarn add vue # 使用 yarn
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
安装本体框架:
|
|
15
28
|
```bash
|
|
16
29
|
npm install @applemusic-like-lyrics/vue # 使用 npm
|
|
17
30
|
yarn add @applemusic-like-lyrics/vue # 使用 yarn
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applemusic-like-lyrics/vue",
|
|
3
3
|
"packageManager": "yarn@3.6.1",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.14",
|
|
5
5
|
"description": "AMLL 组件库的 Vue 绑定",
|
|
6
6
|
"repository": {
|
|
7
7
|
"url": "https://github.com/Steve-xmh/applemusic-like-lyrics.git",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@applemusic-like-lyrics/core": "^0.0.
|
|
31
|
+
"@applemusic-like-lyrics/core": "^0.0.14"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"vue": "*"
|