柠檬UI 是一个实用的 UI 简易框架,目前提供了一些常用组件(不定期更新),适合 PC 端和移动端使用。
🏠 Homepage
npm install lemon-demoimport {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>npm run test👤 Janice Zhang
- Github: @JaniceZD
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2020 Janice Zhang.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator