English | 简体中文
- An enterprise-class UI design system for desktop applications.
- A set of high-quality Vue components out of the box.。
- Modern browsers. v1.x support Internet Explorer 9+
IE / Edge |
Firefox |
Chrome |
Safari |
Opera |
---|---|---|---|---|
Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
$ 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。
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)