物流后台

zyouan 2863d67629 新增唛头列表 4 săptămâni în urmă
.github 4c3849e08e 物流后台 2 luni în urmă
.husky 4c3849e08e 物流后台 2 luni în urmă
config 4c3849e08e 物流后台 2 luni în urmă
deploy 6d6dcf7364 打包环境 2 luni în urmă
docs 4c3849e08e 物流后台 2 luni în urmă
public 4c3849e08e 物流后台 2 luni în urmă
src 2863d67629 新增唛头列表 4 săptămâni în urmă
tests 4c3849e08e 物流后台 2 luni în urmă
.browserslistrc 4c3849e08e 物流后台 2 luni în urmă
.editorconfig 4c3849e08e 物流后台 2 luni în urmă
.env 49a486d06c 打包环境问题 2 luni în urmă
.env.development 4c3849e08e 物流后台 2 luni în urmă
.env.preview 6d6dcf7364 打包环境 2 luni în urmă
.eslintrc.js 4c3849e08e 物流后台 2 luni în urmă
.eslintrc.json 4c3849e08e 物流后台 2 luni în urmă
.gitattributes 4c3849e08e 物流后台 2 luni în urmă
.gitignore 4c3849e08e 物流后台 2 luni în urmă
.lintstagedrc.json 4c3849e08e 物流后台 2 luni în urmă
.prettierrc 4c3849e08e 物流后台 2 luni în urmă
.stylelintrc.js 4c3849e08e 物流后台 2 luni în urmă
.travis.yml 4c3849e08e 物流后台 2 luni în urmă
Dockerfile 4c3849e08e 物流后台 2 luni în urmă
LICENSE 4c3849e08e 物流后台 2 luni în urmă
README.md 4c3849e08e 物流后台 2 luni în urmă
README.zh-CN.md 4c3849e08e 物流后台 2 luni în urmă
babel.config.js 4c3849e08e 物流后台 2 luni în urmă
commitlint.config.js 4c3849e08e 物流后台 2 luni în urmă
jest.config.js 4c3849e08e 物流后台 2 luni în urmă
jsconfig.json ef838de814 路由 2 luni în urmă
package.json 4c3849e08e 物流后台 2 luni în urmă
pnpm-lock.yaml 4c3849e08e 物流后台 2 luni în urmă
postcss.config.js 4c3849e08e 物流后台 2 luni în urmă
vue.config.js ab6cc855f3 打包环境问题 2 luni în urmă
yarn.lock 4c3849e08e 物流后台 2 luni în urmă

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](https://img.shields.io/npm/l/package.json.svg?style=flat)](https://github.com/vueComponent/ant-design-vue-pro/blob/master/LICENSE) [![Release](https://img.shields.io/github/release/vueComponent/ant-design-vue-pro.svg?style=flat)](https://github.com/vueComponent/ant-design-vue-pro/releases/latest) [![Support Vue Version](https://img.shields.io/badge/Support-Vue2-green?style=flat)](https://github.com/vueComponent/ant-design-vue-pro/releases/latest) [![Travis branch](https://travis-ci.org/vueComponent/ant-design-vue-pro.svg?branch=master)](https://travis-ci.org/vueComponent/ant-design-vue-pro)

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 / EdgeFirefoxChrome
IE / Edge
Firefox
Chrome
SafariSafari OperaOpera 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.