Merge pull request '添加了readme' (#5) from xbx into master

Reviewed-on: http://git.luyuan.tk/luyuan/beelink/pulls/5
This commit is contained in:
luyuan 2020-09-25 09:31:59 +08:00
commit 555fb9da5c

View File

@ -1,24 +1,18 @@
# beelink
## Project setup
```
yarn install
```
## 目录结构
|public
|src
|- api 接口文件目录
|- assets 网站图标logo
|- components 页面组建
|- config 插件配置文件
|- router 路由文件
|- stoer vuex
|- layout 页面布局
|- view 页面
|- mine 用户个人中心
|- manage 直播 视频 日历
|- login 登录与关于我们
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).