1.0.3 • Published 5 years ago

dzhyun-view v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

A high quality Stock UI Toolkit built on Vue.js.

This branch is for Vue.js 2.x

Docs

中文文档 (1.0.1)

Overview

Features

  • Dozens of useful and beautiful components.
  • Friendly API. It's made for people with all skill levels.
  • Extensive documentation.
  • It is quite beautiful.
  • Support Vue.js 2

Install

Install dzhyunView

using npm

npm install dzhyun-view --save

Or using script tag for global use

<script type="text/javascript" src="dzhyun-view.min.js"></script>

Usage

<template>

</template>
<script>
    export default {
        data () {
            return {
                value: []
            }
        }
    }
</script>

Use css

import 'dzhyun--view/dist/styles/dzhyun-view.css';

Demo

Thanks

License

MIT

Copyright (c) 2017-present, yun.gw.com.cn