moonlite
v0.1.99-beta.3
Published
Just another Vue components library.
Downloads
47
Readme
MoonLite
What is MoonLite
Moonlite is a Vue componets library which focused on customization and design.
Getting Start
You can checkout our documents and demos at docs
Install
npm install moonlite --save
Then in your Vue
file:
<template>
<div>
<ml-button></ml-button>
</div>
</template>
<script>
import MLButton from 'moonlite'
export default {
data () {
return {
message: 'Hello world!'
}
},
components: {
MLButton
}
}
<script>
Contribute
You are welcome to contribute this repo!
Licence
MIT