diff --git a/README.md b/README.md index d02dad783488febe22a0a783622e1078264bb3b5..2db38fff92a3cb825b95af3afa1e8b6f3eb2a763 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/).