0.2.7 • Published 3 years ago
markm-ui v0.2.7
Markm-Ui
Document
Install
npm i markm-ui -S
Quick Start
- Global
import { createApp } from "vue";
import MarkmUi from 'markm-ui';
import "markm-ui/dist/markm-ui.css";
const app = createApp(App)
app.use(MarkmUi);
app.mount('#app')
- On demand
import { createApp } from "vue";
import { Button, Switch } from 'markm-ui';
const app = createApp(App);
app.use(Button).use(Switch);
app.mount('#app');
Organization
Welcome to discuss with the author face to face, experience the infrastructure and development of the component library, put forward requirements and joint maintenance! Looking forward to your joining us
Star
If you like the market UI component library, thank you very much for giving a star or participating in project maintenance ~
npm install --save-dev markdown-it-chain