Skip to content

the Minimal and Efficient Vue(2.0) Component Library(一个极小但高效的 Vue 组件库)

License

Notifications You must be signed in to change notification settings

PortableOJ/mevcl

Repository files navigation

MEVCL

MEVCL

the Minimal and Efficient Vue(2.0) Component Library(一个极小但高效的 Vue 组件库)

Contributors MIT LICENSE

Install

npm install mevcl

Example

have a preview for this library

git clone https://github.com/PortableOJ/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

Contributors ✨

Thanks goes to these wonderful people (emoji key):

ReiAC
ReiAC

📖
Lavender
Lavender

⚠️ 💻 🤔 🚧 👀 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

About

the Minimal and Efficient Vue(2.0) Component Library(一个极小但高效的 Vue 组件库)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •