Git Product home page Git Product logo

dv-ui's Introduction

dv-ui

基于element-ui Vue UI 库

Install

npm install dv-ui

Quick Start

import Vue from 'vue'
import Dvui from 'dv-ui'

Vue.use(Dvui)

// require style
import 'dv-ui/theme-chalk/index.css'

现有组件

  • dv-button 按钮
  • dv-checkbox 复选框
  • dv-color 颜色器
  • dv-input 输入框
  • dv-number 数字输入
  • dv-slider 滑块
  • dv-switch 开关
  • dv-json-editor Json编辑器
  • dv-code-editor Web编辑器

本地开发

yarn 
// or  
npm instal  

脚本功能  

  1. 添加新组件
    make new

  2. 文档页面开发
    make dev

  3. 文档页面打包
    make dev-build
    打包路径: dist/

  4. 组件样式编译
    make theme
    打包路径: lib/theme-chalk/

  5. 库文件打包发布
    make dist
    打包路径: lib/

  6. 组件测试
    make test

dv-ui's People

Contributors

homary avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.