Açıklama Yok

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

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