# xvue-ui **Repository Path**: uwell/xvue-ui ## Basic Information - **Project Name**: xvue-ui - **Description**: Xvue-ui 是什么? Xvue-ui 是一款基于 vue.js 开发的响应式框架,包含丰富的 css 和 js 组件 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/xvue-ui - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-16 - **Last Updated**: 2024-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xvue-ui ![xvue-ui](https://www.xvue.cn/dist/static/img/xvue-ui.dd56c7b.png "xvue-ui logo") xvue-ui是一款基于vue.js开发的响应式框架,包含丰富的css和js组件。 [![NPM downloads](https://img.shields.io/npm/dm/xvue-ui.svg)](https://www.npmjs.com/package/xvue-ui) ## Official Website [xvue-ui official website](http://www.xvue.cn). ## Installation ```shell npm install xvue-ui --save ``` ## Usage import all components. ``` javascript import Vue from 'vue'; import xvueui from 'xvue-ui'; Vue.use(xvueui); ``` ## CDN * https://cdn.jsdelivr.net/npm/xvue-ui@1.3.67/dist/xvue-ui.js ## Development ``` bash npm run dev ``` ## License MIT