vued

1.0.0-beta.6 • Public • Published

Vued

Travis npm npm npm npm GitHub stars

Vued is a UED framework based on Vue2.0, which includes standard UI components, data interaction, graphics, animation and so on

Doc

English doing

中文文档 doing

engines

Dependency

Overview and Programming

Vued-UI Vued-Chart

Install Vued

using npm

npm install vued --save

Or using script tag for global use

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

Usage

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

Use css

import 'vued/dist/styles/vued.css';

Browser Support

Normal browsers and Internet Explorer 9+.

Major Contributors

Name Avatar Contributors
Guanjingkai Vued major developers
Heroin design advice

History

Time Event
2017/06/12 first commit

Links

License

MIT Copyright (c) 2017-present, Vued

Package Sidebar

Install

npm i vued

Homepage

vued.design

Weekly Downloads

26

Version

1.0.0-beta.6

License

MIT

Last publish

Collaborators

  • guanjingkai