2.1.1 • Published 6 years ago

vhtml-ui v2.1.1

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

Install

npm install vhtml-ui -S

Quick Start

import the whole vhtml-ui

import Vue from 'vue'
import 'vhtml-ui/lib/vhtml.css';
import vhtml from 'vhtml-ui';
vhtml.install(Vue);

import part of vhtml-ui

import {
  Select,
  Button
  // ...
} from 'vhtml-ui';
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

Changelog

Detailed changes for each release are documented in the release notes.

Documentation and API

http://qidian.oa.com/vhtml

How to dev

build-theme: npm run build:theme

install: npm install

install-cn: npm install --registry=http://registry.npm.taobao.org

dev: npm run dev

play: npm run dev:play

new: node build/bin/new.js $(filter-out $@,$(MAKECMDGOALS))

new-lang: node build/bin/new-lang.js $(filter-out $@,$(MAKECMDGOALS))

dist: install npm run dist

dist-all: npm run dist:all

deploy: @npm run deploy

pub: npm run pub

pub-all: npm run pub:all

test: npm run test:watch

2.1.1

6 years ago

2.1.0

6 years ago

2.0.3

6 years ago

1.3.6

6 years ago

1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.0

6 years ago

1.2.4

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.0.1

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

0.0.32

7 years ago

0.0.31

7 years ago

0.0.30

7 years ago

0.0.29

7 years ago

0.0.28

7 years ago

0.0.27

7 years ago

0.0.26

7 years ago

0.0.25

7 years ago

0.0.24

7 years ago

0.0.23

7 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.20

7 years ago

0.0.19

7 years ago

0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago