Sin descripción

yangfan 043951ee17 Merge branch 'pre-prod-diantou' into pre-prod hace 3 meses
.vscode 874aeca3bf 模型上下线 hace 1 año
blueprint-templates 900b24eaba V8.0.8 初始化 hace 1 año
docs 900b24eaba V8.0.8 初始化 hace 1 año
hooks 2f97088d2b hooks文件 hace 1 año
info 900b24eaba V8.0.8 初始化 hace 1 año
lib-external 900b24eaba V8.0.8 初始化 hace 1 año
patches 900b24eaba V8.0.8 初始化 hace 1 año
public 486466093c 更新icon图标 hace 1 año
src a3f939ae57 批量转办, 流程处于草稿状态无法专办 hace 4 meses
src_custom ebfa4545eb 审计作业-问题反馈历史数据显示 hace 5 meses
src_product 4f9d6f8d7f 修复流程分组数据加载路径错误 hace 3 meses
.eslintignore 900b24eaba V8.0.8 初始化 hace 1 año
.eslintrc-custom.js 900b24eaba V8.0.8 初始化 hace 1 año
.eslintrc-product.js 900b24eaba V8.0.8 初始化 hace 1 año
.eslintrc.js 900b24eaba V8.0.8 初始化 hace 1 año
.gitattributes 900b24eaba V8.0.8 初始化 hace 1 año
.gitignore a91da08fa3 审计计划情况增加查看审计计划安排情况 按钮 hace 1 año
.markdownlint.yml 900b24eaba V8.0.8 初始化 hace 1 año
.prettierignore 900b24eaba V8.0.8 初始化 hace 1 año
.prettierrc.js 900b24eaba V8.0.8 初始化 hace 1 año
.stylelintignore 900b24eaba V8.0.8 初始化 hace 1 año
HEAD 900b24eaba V8.0.8 初始化 hace 1 año
INIT.txt 192992b766 Initial Commit hace 8 meses
README.md 900b24eaba V8.0.8 初始化 hace 1 año
babel.config.js 900b24eaba V8.0.8 初始化 hace 1 año
config 900b24eaba V8.0.8 初始化 hace 1 año
description 900b24eaba V8.0.8 初始化 hace 1 año
jsconfig.json 900b24eaba V8.0.8 初始化 hace 1 año
minify-code.js 900b24eaba V8.0.8 初始化 hace 1 año
package.json 6d42a74569 财务管理优化,风险库查询新增默认时间 hace 8 meses
styleguide.config.js 900b24eaba V8.0.8 初始化 hace 1 año
stylelint.config-custom.js 900b24eaba V8.0.8 初始化 hace 1 año
stylelint.config.js 900b24eaba V8.0.8 初始化 hace 1 año
vue.config.js 5592ac51b5 优化问题性质展示 hace 4 meses
yarn.lock 0eca9e66ac 增加模型名称搜索 hace 6 meses

README.md

项目初始化

git clone

安装依赖

这里没有使用 npm,因为国内的网络环境下不太稳定。

我们使用的是 yarn

进入 xcoa-web 项目目录,执行

yarn install

注意:每次从 git 更新代码后,也要执行这个步骤!!

安装 VS Code 插件

VS Code 打开项目文件夹后,会提示安装推荐的插件。点击“全部安装”即可。

注意:一定要从 VS Code 菜单选择“打开文件夹”,不要把文件夹拖进 VS Code!!

启动开发版服务器

yarn serve

为了模拟真实环境,本地的开发服务器也加了一个 app 路径

生产环境打包

yarn build

检查并自动修复代码

yarn lint

快速新建 .vue 文件

  1. 在想要新建 .vue 文件的目录点击右键
  2. 选择“New File From Template”
  3. 按回车(模板“vue-component”位于第一位,会默认选中)
  4. 输入组件名字,如“xm-htgl-list”并按回车