Skip to content

JaniceZD/gulu-demo

Repository files navigation

Welcome to lemon-ui 👋

Build Status npm package

柠檬UI 是一个实用的 UI 简易框架,目前提供了一些常用组件(不定期更新),适合 PC 端和移动端使用。

Install

npm install lemon-demo

Usage

import {Button, ButtonGroup, Icon} from 'lemon-demo'
import 'lemon-demo/dist/index.css'

export default {
  name: 'app',
  components: {
    'g-button': Button,
    'g-icon': Icon
  }
}
<template>
  <div>
    <g-button>默认按钮</g-button>
  </div>
</template>

Run tests

npm run test

Author

👤 Janice Zhang

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Janice Zhang.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator

About

柠檬UI组件(基于Vue2.0 + parcel 实现的UI组件库)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published