Nincs leírás

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

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