MicroCommunityWeb/readme.md

29 lines
683 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# HC物业管理系统pcweb端vue2+elementui
这个项目是https://gitee.com/java110/MicroCommunityWeb 这个项目的vue2+elementui 版,方便科技公司二开,快速上手,目前还在开发中
## 如何启动
```
npm run dev
```
首次启动时 需要执行
```
npm install .
```
安装依赖
## 目录介绍
public 存放静态图片src 下存放代码这里主要介绍src 目录
```
src
api # 存放调用后端的接口
components # 存放vue组件页面
conf # 主要系统配置
i18n # 国际化配置文件
router # 配置页面路由文件
utils # 前段工具存放
views # 存放前段页面
```
## 架构
vue2+elementui