Go to file
tiantang 3bc6385bfb feat:增加http options 2023-07-02 23:13:07 +08:00
packages/common init 2023-06-11 14:51:27 +08:00
platform feat:增加http options 2023-07-02 23:13:07 +08:00
script init 2023-06-11 14:51:27 +08:00
.gitignore init 2023-06-11 14:51:27 +08:00
.npmrc 'debug:调试拖动组件' 2023-06-28 15:03:22 +08:00
README.md init 2023-06-11 14:51:27 +08:00
package.json feat:增加用例渲染初始模型 2023-06-25 21:50:13 +08:00
pnpm-lock.yaml 用例模型css,增加http用例组件 2023-07-02 21:37:57 +08:00
pnpm-workspace.yaml init 2023-06-11 14:51:27 +08:00

README.md

woody-doctor

简介

woody_frontend是啄木鸟质量管理平台平台微前端版

介绍

woody-doctor

特色功能

主要技术栈

  • 包管理: pnpm
  • MVVM框架vue v3/v2
  • 工程化管理vite v2
  • UI框架element-plus
  • 路由管理vue-router v4
  • 状态管理vuex v4
  • 数据请求axios
  • 实用工具库:@vueuse/core
  • 工具库lodash dayjs

代码规范

  • CSSstylelintrc
  • JavaScripteslint
  • TypeScriptnull
  • Gitpre-commit

提交规范

build

构建系统/工具更改

ci

持续集成配置/脚本更改

chore

构建过程或辅助工具的变更

docs

文档更改

feat

新功能、特性

fix

bug修复

merge

Merge branch

perf

性能优化

refactor

代码重构

revert

代码回滚

style

代码风格(不影响代码运行的变更)

test

测试用例

例子

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