2.1.1 • Published 7 years ago

vhtml-ui v2.1.1

Weekly downloads
6
License
MIT
Repository
github
Last release
7 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

7 years ago

2.1.0

7 years ago

2.0.3

7 years ago

1.3.6

7 years ago

1.3.5

7 years ago

1.3.4

8 years ago

1.3.3

8 years ago

1.3.2

8 years ago

1.3.0

8 years ago

1.2.4

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.9

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.0.1

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

0.0.32

8 years ago

0.0.31

8 years ago

0.0.30

8 years ago

0.0.29

8 years ago

0.0.28

8 years ago

0.0.27

8 years ago

0.0.26

8 years ago

0.0.25

8 years ago

0.0.24

8 years ago

0.0.23

8 years ago

0.0.22

8 years ago

0.0.21

8 years ago

0.0.20

8 years ago

0.0.19

8 years ago

0.0.18

8 years ago

0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago