All Projects → suning-cloud-team → uxcool

suning-cloud-team / uxcool

Licence: MIT license
一套基于VUE开发的中后台前端设计解决方案,致力于提升设计者和开发者效率,提升用户体验价值

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Vue
7211 projects
HTML
75241 projects

UXCool

示例网站

支持环境

  • 现代浏览器和 IE10 及以上(需要 polyfills)

安装

使用 npm 或者 yarn 安装

推荐使用 npm 或 yarn 方式进行开发.

安装 UXCool 了

npm install @cloud-sn/uxcool --save
yarn add @cloud-sn/uxcool

浏览器引入

在浏览器中使用scriptlink标签直接引入文件, 并使用全局变量uxcool.

snpm 发布包内@cloud-sn/uxcool/dist目录下提供了uxcool.js,uxcool.cssuxcool.min.js, uxcool.min.css文件

不推荐使用已构建文件,无法快速获得 bug 修复,且无法按需加载

示例

import Vue from 'vue';
import UxCool from '@cloud-sn/uxcool';

Vue.use(UxCool);

引入样式:

import '@cloud-sn/uxcool/dist/uxcool.css';

按需加载

import '@cloud-sn/uxcool/es/select/style/css';
import { UxSelect, UxOption, UxOptionGroup } from '@cloud-sn/uxcool/es/select';

支持

苏宁云前端团队

微信群

微信群

LICENSE

UXCool is MIT licensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].