diff --git a/README.md b/README.md index fe86150..0b42abb 100644 --- a/README.md +++ b/README.md @@ -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/).