sam 47df691132 fix: bug 修复打包后报错 TypeError: le.addRoute is not a function | 3 éve | |
---|---|---|
.github | 3 éve | |
config | 3 éve | |
deploy | 3 éve | |
docs | 3 éve | |
public | 3 éve | |
src | 3 éve | |
tests | 3 éve | |
.browserslistrc | 3 éve | |
.editorconfig | 3 éve | |
.env | 3 éve | |
.env.development | 3 éve | |
.env.preview | 3 éve | |
.eslintrc.js | 3 éve | |
.eslintrc.json | 3 éve | |
.gitattributes | 3 éve | |
.gitignore | 3 éve | |
.prettierrc | 3 éve | |
.travis.yml | 3 éve | |
Dockerfile | 3 éve | |
LICENSE | 3 éve | |
README.md | 3 éve | |
README.zh-CN.md | 3 éve | |
babel.config.js | 3 éve | |
jest.config.js | 3 éve | |
jsconfig.json | 3 éve | |
package.json | 3 éve | |
postcss.config.js | 3 éve | |
vue.config.js | 3 éve | |
webstorm.config.js | 3 éve | |
yarn.lock | 3 éve |
English | 简体中文
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
Clone repo
git clone https://github.com/vueComponent/ant-design-vue-pro.git
cd ant-design-vue-pro
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 ```
IMPORTANT : About 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
Modern browsers and IE10.
IE / Edge | Firefox | Chrome |
---|
This project exists thanks to all the people who contribute.