PC端的vpn项目

study c14f40903e 优化欢迎页 il y a 2 semaines
.github 9fdcb821b8 初始化 il y a 3 semaines
config 9fdcb821b8 初始化 il y a 3 semaines
deploy 9fdcb821b8 初始化 il y a 3 semaines
docs 9fdcb821b8 初始化 il y a 3 semaines
public 8cad06f353 对接接口 il y a 2 semaines
src c14f40903e 优化欢迎页 il y a 2 semaines
tests 9fdcb821b8 初始化 il y a 3 semaines
.browserslistrc 9fdcb821b8 初始化 il y a 3 semaines
.editorconfig 9fdcb821b8 初始化 il y a 3 semaines
.env 9fdcb821b8 初始化 il y a 3 semaines
.env.development 9fdcb821b8 初始化 il y a 3 semaines
.env.preview 9fdcb821b8 初始化 il y a 3 semaines
.eslintrc.js 9fdcb821b8 初始化 il y a 3 semaines
.eslintrc.json 9fdcb821b8 初始化 il y a 3 semaines
.gitattributes 9fdcb821b8 初始化 il y a 3 semaines
.gitignore 9fdcb821b8 初始化 il y a 3 semaines
.lintstagedrc.json 9fdcb821b8 初始化 il y a 3 semaines
.prettierrc 9fdcb821b8 初始化 il y a 3 semaines
.stylelintrc.js 9fdcb821b8 初始化 il y a 3 semaines
.travis.yml 9fdcb821b8 初始化 il y a 3 semaines
Dockerfile 9fdcb821b8 初始化 il y a 3 semaines
LICENSE 9fdcb821b8 初始化 il y a 3 semaines
README.md 8cad06f353 对接接口 il y a 2 semaines
README.zh-CN.md 8cad06f353 对接接口 il y a 2 semaines
babel.config.js 9fdcb821b8 初始化 il y a 3 semaines
commitlint.config.js 9fdcb821b8 初始化 il y a 3 semaines
jest.config.js 9fdcb821b8 初始化 il y a 3 semaines
jsconfig.json 9fdcb821b8 初始化 il y a 3 semaines
package.json 9fdcb821b8 初始化 il y a 3 semaines
pnpm-lock.yaml 9fdcb821b8 初始化 il y a 3 semaines
postcss.config.js 9fdcb821b8 初始化 il y a 3 semaines
vue.config.js cd01dfca99 优化 il y a 2 semaines
wrangler.jsonc 9fdcb821b8 初始化 il y a 3 semaines
yarn.lock 9fdcb821b8 初始化 il y a 3 semaines

README.md

English | 简体中文

加速乐 Vue Pro for Vue 2

An out-of-box UI solution for enterprise applications as a Vue boilerplate. based on 加速乐 of Vue

If you are looking for the Vue 3 version, please visit [加速乐 Vue Pro for Vue 3](https://store.antdv.com/items/admin-pro)
[![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.