0.3.28 • Published 1 year ago

mevcl v0.3.28

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

0.3.9

2 years ago

0.3.17

2 years ago

0.3.16

2 years ago

0.3.15

2 years ago

0.3.14

2 years ago

0.3.13

2 years ago

0.3.12

2 years ago

0.3.11

2 years ago

0.3.10

2 years ago

0.3.20

2 years ago

0.3.27

2 years ago

0.3.25

2 years ago

0.3.24

2 years ago

0.3.23

2 years ago

0.3.22

2 years ago

0.3.21

2 years ago

0.3.19

2 years ago

0.3.18

2 years ago

0.3.8

2 years ago

0.3.7

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.2.2

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.2.0

2 years ago

0.1.0

3 years ago