0.1.14 • Published 4 years ago

y2-ui v0.1.14

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

y2-ui

Install

npm install y2-ui --save

Quick Start

import Vue from 'vue'
import Y2UI from 'y2-ui'

Vue.use(Y2UI)

// or
import {
  Button
  // ...
} from 'y2-ui'

Vue.component(Button.name, Button)

For more information, please refer to Quick Start in our documentation.

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

0.1.14

4 years ago

0.1.13

4 years ago

0.1.11

4 years ago

0.1.12

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago