|
@@ -1,24 +1,15 @@
|
|
|
# @wujing/danmaku
|
|
|
|
|
|
-## Project setup
|
|
|
-```
|
|
|
-yarn install
|
|
|
-```
|
|
|
+# 安装 :
|
|
|
|
|
|
-### Compiles and hot-reloads for development
|
|
|
-```
|
|
|
-yarn serve
|
|
|
+``` shell
|
|
|
+npm install @wujing/danmaku --save
|
|
|
```
|
|
|
|
|
|
-### Compiles and minifies for production
|
|
|
-```
|
|
|
-yarn build
|
|
|
-```
|
|
|
+## 使用方法:
|
|
|
|
|
|
-### Lints and fixes files
|
|
|
-```
|
|
|
-yarn lint
|
|
|
+``` js
|
|
|
+npm install @wujing/danmaku --save
|
|
|
```
|
|
|
|
|
|
-### Customize configuration
|
|
|
-See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
|
+
|