0.0.7 • Published 7 years ago

hemiao-ui v0.0.7

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

A high quality UI Toolkit built on Vue.js.

Features

  • High quality and rich functions
  • Friendly APIs,free and flexible
  • Great Documentation
  • It is quite beautiful
  • Support Vue.js 2 and Vue.js 1
  • Based on npm + webpack + babel, using ES2015
  • Support SSR, like Nuxt.js etc.

Install iView

using npm

npm install hemiao-ui --save

Or using script tag for global use

<script type="text/javascript" src="hmui.min.js"></script>

Usage

<template>
    <hm-slider v-model="value" range></hm-slider>
</template>
<script>
    export default {
        data () {
            return {
                value: [20, 50]
            }
        }
    }
</script>

Use css

import 'hemiao-ui/dist/styles/hmui.css';

Browser Support

Normal browsers and Internet Explorer 9+.

License

MIT

Thanks

Hemiao-ui is Based on iView.js ( https://www.iviewui.com ).

Links

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago