Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 2.32 KB

README-en-US.md

File metadata and controls

58 lines (40 loc) · 2.32 KB

English | 简体中文

Features

  • An enterprise-class UI design system for desktop applications.
  • A set of high-quality Vue components out of the box.。

Environment Support

  • Modern browsers. v1.x support Internet Explorer 9+
IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
Edge last 2 versions last 2 versions last 2 versions last 2 versions

Install

Using npm or yarn

$ npm install amber-ui --save
$ yarn add amber-ui

If you are in a bad network environment,you can try other registries and tools like cnpm

Quick Start

  import 'amber-ui/dist/css/index.css';
  import AmberUi from 'amber-ui';

  Vue.use(AmberUi)

  //or

  import 'amber-ui/dist/css/picture-stretch.css';
  import { PictureStretch } from 'amber-ui';

  Vue.use(PictureStretch)

Links