0.2.7 • Published 3 years ago

markm-ui v0.2.7

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago