quality_frontend/platform/base/README.md

144 lines
2.0 KiB
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.

<h1 align="center">woody-doctor</h1>
<p align="center">
<a href="https://github.com/vuejs/vue-next">
<img src="https://img.shields.io/badge/vue3-3.0.5-brightgreen.svg" alt="vue">
</a>
<a href="https://github.com/element-plus/element-plus">
<img src="https://img.shields.io/badge/elementPlus-1.0.2beta.42-brightgreen.svg" alt="element-plus">
</a>
<a href="https://github.com/vitejs/vite">
<img src="https://img.shields.io/badge/vite-2.2.3-brightgreen.svg" alt="vite">
</a>
<a href="https://github.com/microsoft/TypeScript">
<img src="https://img.shields.io/badge/typescript-4.1.3-brightgreen.svg" alt="typescript">
</a>
<a href="https://github.com/hsiangleev/element-plus-admin/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="license">
</a>
</p>
## 简介
-
## 预览
-
## 介绍
woody-doctor
#### 特色功能
-
#### 主要技术栈
- MVVM框架vue v3
- 工程化管理vite v2
- UI框架element-plus
- 路由管理vue-router v4
- 状态管理vuex v4
- 数据请求axios
- 实用工具库:@vueuse/core
- 工具库lodash
#### 代码规范
- CSSstylelintrc
- JavaScripteslint
- TypeScriptnull
- Gitpre-commit
#### 提交规范
##### build
构建系统/工具更改
##### ci
持续集成配置/脚本更改
##### chore
构建过程或辅助工具的变更
##### docs
文档更改
##### feat
新功能、特性
##### fix
bug修复
##### merge
Merge branch
##### perf
性能优化
##### refactor
代码重构
##### revert
代码回滚
##### style
代码风格(不影响代码运行的变更)
##### test
测试用例
例子
```shell
git commit -m"build xxx"
```
## 使用
1. 获取源码资源包
```
git clone
```
2. 安装依赖国内推荐使用cnpm或tyarn国外推荐使用npm或yarn
```
npm install
```
3. 运行
```
npm run dev 或 npm run start
```
4. 打包
```
npm run build
```