From f47039da72ca00dfdd4e2c827f422fe615b561ce Mon Sep 17 00:00:00 2001 From: coderYang <991928417@qq.com> Date: Thu, 15 Apr 2021 09:42:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d02dad7..2db38ff 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,25 @@ # coder-yang-bokee-web +## 项目描述 +* coderYang 的 博客 ` coderYangBokee ` 前端项目 +* 本项目基于vue2.x,vue-router, vuex 的 SPA 应用 +* 入口文件 /src/components/main + ## Project setup ``` +下载依赖 npm install ``` ### Compiles and hot-reloads for development ``` +开发环境运行项目 npm run serve ``` ### Compiles and minifies for production ``` +生产环境打包 npm run build ``` @@ -20,5 +28,3 @@ npm run build npm run lint ``` -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/). -- Gitee