创巨圆微信服务商管理平台
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.
 
 
 
 
Tuzki 34161fcf41 更新前端依赖包版本,移除无用依赖 7 months ago
..
config init 2 years ago
deploy init 2 years ago
docs init 2 years ago
public 新增微信网关代理 2 years ago
src 修复不记录消息与事件通知的问题 1 year ago
tests/unit init 2 years ago
.browserslistrc init 2 years ago
.editorconfig init 2 years ago
.env 增加env 1 year ago
.env.development 完成登录功能 2 years ago
.env.preview 完成登录功能 2 years ago
.eslintrc.js 完成开放平台配置页面,关闭eslint 2 years ago
.eslintrc.json init 2 years ago
.gitattributes init 2 years ago
.gitignore init 2 years ago
.lintstagedrc.json init 2 years ago
.prettierrc init 2 years ago
.stylelintrc.js init 2 years ago
.travis.yml init 2 years ago
Dockerfile init 2 years ago
LICENSE init 2 years ago
README.md init 2 years ago
README.zh-CN.md init 2 years ago
babel.config.js init 2 years ago
commitlint.config.js init 2 years ago
jest.config.js init 2 years ago
jsconfig.json init 2 years ago
package.json 删除:删除eslint相关开发依赖 1 year ago
pnpm-lock.yaml init 2 years ago
postcss.config.js init 2 years ago
vue.config.js 优化:本地调试 1 year ago
yarn.lock 更新前端依赖包版本,移除无用依赖 7 months 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.