npm install mevcl
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
import Vue from 'vue'
import Mevcl from 'mevcl'
import 'mevcl/src/static/style.css'
Vue.use(Mevcl)
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)
- 调用 API 的组件
- 普通的 Vue 组件
Thanks goes to these wonderful people (emoji key):
ReiAC 📖 |
Lavender |
This project follows the all-contributors specification. Contributions of any kind welcome!