# OA-DEMO **Repository Path**: sdfsdafdsffds/OA-DEMO ## Basic Information - **Project Name**: OA-DEMO - **Description**: OA助手DMEO演示以及接口说明 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2018-05-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # oa-demo > OA助手DMEO演示以及接口说明 ## 下载项目 ``` bash # 克隆项目 git clone https://gitee.com/wwhj/OA-DEMO.git ``` ## 检查本地环境 ``` bash # 检查是否安装node.js 1. win+r 2. cmd 3. node -v 4. 如果没有结果,说明没有安装 ``` > 去官网下载,[点我下载](https://nodejs.org/en/download/) ## 启动项目 ``` bash # 安装插件 npm install # 启动项目,启动地址为localhost:8088 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).