0.1.0 • Published 4 years ago

vuxes v0.1.0

Weekly downloads
10
License
-
Repository
github
Last release
4 years ago

Vuxes UI

vuxes 是一款基于 Vue.js 的前端 UI 组件库,主要服务于学而思新课堂项目

特性

  • 基于 Vue 开发的 UI 组件
  • 使用 Vue Cli3 扩展构建,支持 ES2015
  • 提供友好的 API,可灵活的使用组件

安装

  • yarn
yarn add vuxes
  • npm
npm install vuxes -S
  • 使用 <script> 全局引用
<script type="text/javascript" src="vuxes.umd.min.js"></script>

使用

import vuxes from 'vuxes' // 引入组件库
import 'vuxes/lib/theme-default/index.css' // 引入样式库

Vue.use(vuxes)

贡献

如果你在使用 vuxes 时遇到问题,或者有好的建议,欢迎给我们提 IssuePull Request