暂无描述

李晓亮 62d8e048b3 修改md文件 11 月之前
.github df27cbef85 中海油惠州 11 月之前
.husky df27cbef85 中海油惠州 11 月之前
docker df27cbef85 中海油惠州 11 月之前
docs df27cbef85 中海油惠州 11 月之前
mock df27cbef85 中海油惠州 11 月之前
public df27cbef85 中海油惠州 11 月之前
src df27cbef85 中海油惠州 11 月之前
.editorconfig df27cbef85 中海油惠州 11 月之前
.env df27cbef85 中海油惠州 11 月之前
.env.development df27cbef85 中海油惠州 11 月之前
.env.site df27cbef85 中海油惠州 11 月之前
.eslintignore df27cbef85 中海油惠州 11 月之前
.eslintrc df27cbef85 中海油惠州 11 月之前
.gitignore df27cbef85 中海油惠州 11 月之前
.prettierrc.js df27cbef85 中海油惠州 11 月之前
.stylelintignore df27cbef85 中海油惠州 11 月之前
LICENSE df27cbef85 中海油惠州 11 月之前
PROXY.md df27cbef85 中海油惠州 11 月之前
README-zh_CN.md 62d8e048b3 修改md文件 11 月之前
README.md 62d8e048b3 修改md文件 11 月之前
cache.dockerfile df27cbef85 中海油惠州 11 月之前
commitlint.config.js df27cbef85 中海油惠州 11 月之前
globals.d.ts df27cbef85 中海油惠州 11 月之前
index.html df27cbef85 中海油惠州 11 月之前
jsx.d.ts df27cbef85 中海油惠州 11 月之前
package.json df27cbef85 中海油惠州 11 月之前
shims-vue.d.ts df27cbef85 中海油惠州 11 月之前
stylelint.config.js df27cbef85 中海油惠州 11 月之前
tsconfig.json df27cbef85 中海油惠州 11 月之前
vite.config.js df27cbef85 中海油惠州 11 月之前

README-zh_CN.md

开发

## 安装依赖
npm install

## 启动项目
npm run dev

构建

## 构建正式环境
npm run build

## 构建测试环境
npm run build:test

其他

## 预览构建产物
npm run preview

## 代码格式检查
npm run lint

## 代码格式检查与自动修复
npm run lint:fix

## style格式检查
npm run stylelint

## style格式检查与自动修复
npm run stylelint:fix