moonlite

0.1.99-beta • 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

339

Version

0.1.99-beta

License

MIT

Unpacked Size

8.35 MB

Total Files

18

Last publish

Collaborators

  • cyrilis
  • wangcaifeng
  • lvtu
  • guo03188
  • yd160513