查重前端
Go to file
2024-10-29 10:44:19 +08:00
config 初始提交 2024-10-25 10:02:24 +08:00
deploy 初始提交 2024-10-25 10:02:24 +08:00
docs 初始提交 2024-10-25 10:02:24 +08:00
public 初始提交 2024-10-25 10:02:24 +08:00
src feat: 修改单位下拉框获取数据方式,去掉采购项目编辑中的部分字段,去掉初步结论 2024-10-29 10:44:19 +08:00
tests/unit 初始提交 2024-10-25 10:02:24 +08:00
.browserslistrc 初始提交 2024-10-25 10:02:24 +08:00
.editorconfig 初始提交 2024-10-25 10:02:24 +08:00
.env 初始提交 2024-10-25 10:02:24 +08:00
.env.development 初始提交 2024-10-25 10:02:24 +08:00
.env.preview 初始提交 2024-10-25 10:02:24 +08:00
.eslintrc.js 初始提交 2024-10-25 10:02:24 +08:00
.eslintrc.json 初始提交 2024-10-25 10:02:24 +08:00
.gitattributes 初始提交 2024-10-25 10:02:24 +08:00
.gitignore 初始提交 2024-10-25 10:02:24 +08:00
.lintstagedrc.json 初始提交 2024-10-25 10:02:24 +08:00
.prettierrc 初始提交 2024-10-25 10:02:24 +08:00
.stylelintrc.js 初始提交 2024-10-25 10:02:24 +08:00
.travis.yml 初始提交 2024-10-25 10:02:24 +08:00
babel.config.js 初始提交 2024-10-25 10:02:24 +08:00
commitlint.config.js 初始提交 2024-10-25 10:02:24 +08:00
deploy.bat 初始提交 2024-10-25 10:02:24 +08:00
Dockerfile 初始提交 2024-10-25 10:02:24 +08:00
jest.config.js 初始提交 2024-10-25 10:02:24 +08:00
jsconfig.json 初始提交 2024-10-25 10:02:24 +08:00
LICENSE 初始提交 2024-10-25 10:02:24 +08:00
package.json 初始提交 2024-10-25 10:02:24 +08:00
postcss.config.js 初始提交 2024-10-25 10:02:24 +08:00
README.md 初始提交 2024-10-25 10:02:24 +08:00
README.zh-CN.md 初始提交 2024-10-25 10:02:24 +08:00
vue.config.js 初始提交 2024-10-25 10:02:24 +08:00

English | 简体中文

Ant Design Vue Pro

An out-of-box UI solution for enterprise applications as a Vue boilerplate. based on Ant Design of Vue

License Release Support Vue Version Travis branch

Overview

dashboard

Env and dependencies

Note: Yarn package management is recommended, the exact same version loaded with the demo site of this project (yarn.lock) . but you can also use npm

Project setup

  • Clone repo
git clone https://github.com/vueComponent/ant-design-vue-pro.git
cd ant-design-vue-pro
  • Install dependencies
yarn install
  • Compiles and hot-reloads for development
yarn run serve
  • Compiles and minifies for production
yarn run build
  • Lints and fixes files
yarn run lint

Other

  • IMPORTANT : Issue feedback !! when opening Issue read Issue / PR Contributing

  • Vue-cli3 used by the project.

  • Disable Eslint (not recommended): remove eslintConfig field in package.json and vue.config.js field lintOnSave: false

  • Load on Demand /src/main.js L14, in import './core/lazy_use', import './core/use''. more load-on-demand.md

  • Customize Theme: Custom Theme Config (@kokoroli)

  • I18n: locales (@musnow)

  • Production env mock is disabled. use src/mock/index.js

  • pls use release version

Browsers support

Modern browsers and IE10.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
IE10, Edge last 2 versions last 2 versions last 2 versions last 2 versions

Contributors

This project exists thanks to all the people who contribute.