ocr-web 平台前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
周文涛 e7c4d5ba1b
updates
2 years ago
dist updates 2 years ago
public updates 2 years ago
src updates 2 years ago
.dockerignore updates 2 years ago
.editorconfig updates 2 years ago
.env updates 2 years ago
.env.development updates 2 years ago
.env.production updates 2 years ago
.env.test updates 2 years ago
.eslintignore updates 2 years ago
.gitattributes updates 2 years ago
.gitignore updates 2 years ago
.prettierrc updates 2 years ago
Dockerfile updates 2 years ago
LICENSE updates 2 years ago
README.md updates 2 years ago
babel.config.js updates 2 years ago
idea.config.js updates 2 years ago
package-lock.json updates 2 years ago
package.json updates 2 years ago
reload.sh updates 2 years ago
vue.config.js updates 2 years ago
yarn updates 2 years ago
yarn.lock updates 2 years ago

README.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

前端技术

  • 基础框架:ant-design-vue - Ant Design Of Vue 实现
  • JavaScript框架Vue
  • Webpack
  • node
  • yarn
  • eslint
  • @vue/cli 3.2.1
  • vue-cropper - 头像裁剪组件
  • @antv/g2 - Alipay AntV 数据可视化图表
  • Viser-vue - antv/g2 封装实现

项目下载和运行

  • 安装依赖
yarn install
  • 开发模式运行
yarn run serve
  • 编译项目
yarn run build
  • Lints and fixes files
yarn run lint

其他说明

  • 项目使用的 vue-cli3, 请更新您的 cli

  • 关闭 Eslint (不推荐) 移除 package.jsoneslintConfig 整个节点代码

  • 修改 Ant Design 配色,在文件 vue.config.js 中,其他 less 变量覆盖参考 ant design 官方说明

  css: {
    loaderOptions: {
      less: {
        modifyVars: {
          /* less 变量覆盖,用于自定义 ant design 主题 */

          'primary-color': '#F5222D',
          'link-color': '#F5222D',
          'border-radius-base': '4px',
        },
        javascriptEnabled: true,
      }
    }
  }

原型图地址