From e8c82ac9dfa793426d47106cc5f60fd858a72a3a Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Fri, 25 Sep 2020 09:31:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 34 ++++++++++++++-------------------- 1 file changed, 14 insertions(+), 20 deletions(-) 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/).