moonlite

0.1.99-beta.3 • Public • Published

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

Package Sidebar

Install

npm i moonlite

Weekly Downloads

4

Version

0.1.99-beta.3

License

MIT

Unpacked Size

12.4 MB

Total Files

134

Last publish

Collaborators

  • cyrilis
  • wangcaifeng
  • lvtu
  • guo03188
  • yd160513