1.1.0 • Published 3 years ago

mxp-library v1.1.0

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

MXP-Library

Test library

Installation

Use the package manager npm to install MXP-Library.

npm i mxp-library
OR
yarn add mxp-library

Usage

import { createApp } from 'vue'
import App from './App.vue'
import mxpLibrary from 'mxp-library';
const app = createApp(App);
app.use(mxpLibrary);
app.mount('#app')

Render in .vue file

<mxpButton color"purple" light>hi<mxpButton />
1.1.0

3 years ago

1.1.1

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago