Moonlite is a Vue componets library which focused on customization and design.
You can checkout our documents and demos at docs
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>
You are welcome to contribute this repo!
MIT