yangsl a8ba61b3d0 增加我的一天、任务列表组件 | преди 3 години | |
---|---|---|
config | преди 3 години | |
deploy | преди 3 години | |
docs | преди 3 години | |
public | преди 3 години | |
src | преди 3 години | |
tests | преди 3 години | |
.browserslistrc | преди 3 години | |
.editorconfig | преди 3 години | |
.env | преди 3 години | |
.env.development | преди 3 години | |
.env.preview | преди 3 години | |
.eslintrc.js | преди 3 години | |
.eslintrc.json | преди 3 години | |
.gitattributes | преди 3 години | |
.gitignore | преди 3 години | |
.prettierrc | преди 3 години | |
.travis.yml | преди 3 години | |
Dockerfile | преди 3 години | |
LICENSE | преди 3 години | |
README.md | преди 3 години | |
README.zh-CN.md | преди 3 години | |
babel.config.js | преди 3 години | |
jest.config.js | преди 3 години | |
jsconfig.json | преди 3 години | |
package.json | преди 3 години | |
postcss.config.js | преди 3 години | |
vue.config.js | преди 3 години | |
webstorm.config.js | преди 3 години | |
yarn.lock | преди 3 години |
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.