x-intelligent-ui

An enterprise-class UI design language and Vue-based implementation

Usage no npm install needed!

<script type="module">
  import xIntelligentUi from 'https://cdn.skypack.dev/x-intelligent-ui';
</script>

README

x-intelligent-ui

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

特性

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

支持环境

  • 现代浏览器和 IE9 及以上(需要 polyfills)。
  • 支持服务端渲染。
  • Electron
image
IE / Edge
image
Firefox
image
Chrome
image
Safari
image
Opera
image
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

链接