Skip to content

Commit

Permalink
修复packeae文件缺少
Browse files Browse the repository at this point in the history
  • Loading branch information
Littleor committed Oct 17, 2019
1 parent a9f5f31 commit 91e9423
Show file tree
Hide file tree
Showing 6 changed files with 11,048 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
/config/
/package-lock.json
/package.json


# Editor directories and files
.idea
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@
# dplayer
# social-share.js
```

## 使用说明
安装Vue-cli2.x以后再运行下列命令即可运行
``` bash
git clone https://github.com/Littleor/Video
cd Video
npm install
npm run dev
```
## 小结
一个简单的影院系统,借助网络上的资源,使用后台抓取数据返回给前台来实现视频搜索播放。

Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
}
})
});
});</script><link href=./static/css/app.45a733a04963ec3256dbcc077d1cc469.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.e37986a74aa14aba6209.js></script><script type=text/javascript src=./static/js/app.0ebda3967ffcac22f8a4.js></script></body></html>
});</script><link href=./static/css/app.81fa76c1b249142931731d74fd9c9ce9.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.e37986a74aa14aba6209.js></script><script type=text/javascript src=./static/js/app.22d0d975f3fead518894.js></script></body></html>
Loading

0 comments on commit 91e9423

Please sign in to comment.