邮件解析模块
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
张同海 d899de02d0 2/17 2 years ago
.github first 2 years ago
.husky first 2 years ago
config first 2 years ago
deploy first 2 years ago
docs first 2 years ago
public first 2 years ago
src 2/17 2 years ago
tests/unit first 2 years ago
.browserslistrc first 2 years ago
.editorconfig first 2 years ago
.env first 2 years ago
.env.development first 2 years ago
.env.preview first 2 years ago
.eslintrc.js first 2 years ago
.eslintrc.json first 2 years ago
.gitattributes first 2 years ago
.gitignore first 2 years ago
.lintstagedrc.json first 2 years ago
.prettierrc first 2 years ago
.stylelintrc.js first 2 years ago
.travis.yml first 2 years ago
Dockerfile first 2 years ago
LICENSE first 2 years ago
README.md first commit 2 years ago
README.zh-CN.md first 2 years ago
babel.config.js first 2 years ago
commitlint.config.js first 2 years ago
jest.config.js first 2 years ago
jsconfig.json first 2 years ago
package.json first 2 years ago
pnpm-lock.yaml first 2 years ago
postcss.config.js first 2 years ago
vue.config.js first 2 years ago
yarn.lock first 2 years ago

README.md

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.