x-intelligent-ui
v0.0.9
Published
An enterprise-class UI design language and Vue-based implementation
Downloads
3
Maintainers
Readme
x-intelligent-ui
基于 Ant 设计和 Vue 的企业级 UI 组件
特性
- 提炼自企业级中后台产品的交互语言和视觉风格。
- 开箱即用的高质量 Vue 组件。
- 共享 Ant Design of React 设计工具体系。
支持环境
| IE / Edge | Firefox | Chrome | Safari | Opera | Electron | | --- | --- | --- | --- | --- | --- | | IE9, IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
安装
使用 npm 或 yarn 安装
$ npm install x-intelligent-ui --save
$ yarn add x-intelligent-ui
import Vue from 'vue';
import Xui from 'x-intelligent-ui';
import App from './App';
import 'x-intelligent-ui/dist/x-intelligent-ui.css';
Vue.use(Xui);
Vue.config.productionTip = false;
new Vue({
render: h => h(App),
}).$mount('#app');
如果你的网络环境不佳,推荐使用 cnpm。