1.0.0-beta.6 • Published 7 years ago

vued v1.0.0-beta.6

Weekly downloads
48
License
MIT
Repository
github
Last release
7 years ago

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

NameAvatarContributors
Guanjingkainpm.ioVued major developers
Heroinnpm.iodesign advice

History

TimeEvent
2017/06/12first commit

Links

License

MIT Copyright (c) 2017-present, Vued