0.0.8 • Published 3 years ago

x-intelligent-ui v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

x-intelligent-ui

基于 Ant 设计和 Vue 的企业级 UI 组件

特性

  • 提炼自企业级中后台产品的交互语言和视觉风格。
  • 开箱即用的高质量 Vue 组件。
  • 共享 Ant Design of React 设计工具体系。

支持环境

  • 现代浏览器和 IE9 及以上(需要 polyfills)。
  • 支持服务端渲染。
  • Electron
image IE / Edgeimage Firefoximage Chromeimage Safariimage Operaimage Electron
IE9, IE10, IE11, Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versionslast 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

链接