0.3.28 • Published 2 years ago

mevcl v0.3.28

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Install

npm install mevcl

Example

have a preview for this library

git clone https://github.com/ZJGSU-TTCM/mevcl.git
cd mevcl
npm i
npm run serve

then, open http://localhost:8080/ in your browser

Quick Start

Import all component

import Vue from 'vue'
import Mevcl from 'mevcl'

import 'mevcl/src/static/style.css'

Vue.use(Mevcl)

Import some component

import Vue from 'vue'

import {
    InputButton,
    InputText
} from 'mevcl'

import 'mevcl/src/static/style.css'

Vue.component(InputButton.name, InputButton)
Vue.component(InputText.name, InputText)

How to use it

zh-CN(中文使用文档)

Links

LICENSE

MIT

0.3.28

2 years ago

0.3.9

3 years ago

0.3.17

3 years ago

0.3.16

3 years ago

0.3.15

3 years ago

0.3.14

3 years ago

0.3.13

3 years ago

0.3.12

3 years ago

0.3.11

3 years ago

0.3.10

3 years ago

0.3.20

3 years ago

0.3.27

3 years ago

0.3.25

3 years ago

0.3.24

3 years ago

0.3.23

3 years ago

0.3.22

3 years ago

0.3.21

3 years ago

0.3.19

3 years ago

0.3.18

3 years ago

0.3.8

3 years ago

0.3.7

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.3.6

3 years ago

0.3.5

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.2.2

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.2.0

4 years ago

0.1.0

4 years ago