1.0.8 • Published 5 years ago

xytz-ui v1.0.8

Weekly downloads
37
License
-
Repository
-
Last release
5 years ago

使用教程

npm install --save xytz-ui

main.js:

import xytzUI from 'xytz-ui';
import 'xytz-ui/src/styles/index.less'
import 'xytz-ui/src/styles/common/iconfont-reset.less'
Vue.use(xytzUI);

vue.config.js vuecli3.0

module.exports = {
  css: {
    sourceMap: true,
    loaderOptions: {
      less: {
        javascriptEnabled: true // 解决.bezierEasingMixin()的问题
      }
    }
  }
}