dzhyun-view

1.0.3 • Public • Published

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

  • html中直接引用使用,参考examples/index-simple.html
  • npm run dev
  • npm run debugger [局域网内调试使用]

Thanks

License

MIT

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

Package Sidebar

Install

npm i dzhyun-view

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

1.61 MB

Total Files

5

Last publish

Collaborators

  • super-dongw