Skip to content

Latest commit

 

History

History
73 lines (53 loc) · 1.54 KB

README_ZH.md

File metadata and controls

73 lines (53 loc) · 1.54 KB

dao-style

dao-style NPM downloads

基于 Vue.js 构建的高质量组件库

English | 简体中文

文档

latest

谁正在使用 dao-style

如果你们也在使用 dao-style, 欢迎点击 这里 告诉我们。

安装

使用 npm:

npm install dao-style-vue --save

使用 HTML 标签引入:

<script type="text/javascript" src="dao-style.min.js"></script>
<link rel="stylesheet" href="dist/styles/dao-style.css">

使用

import daoStyle from 'dao-style-vue';
import 'dao-style-vue/styles/dao-style.css';

Vue.use(daoStyle);
<template>
  <dao-input v-model="value"></dao-input>
</template>
<script>
  export default {
    data () {
      return {
        value: 'hello dao-style'
      };
    },
  }
</script>

兼容性

浏览器 版本
Chrome 30
Safari 10
Firefox 28
IE 11

社区

如果你希望参与贡献,请先阅读贡献者文档,或者给我们报告 BUG:

协议

MIT

Copyright (c) 2016-present, DaoCloud