lemon-ui-test
v0.1.3
Published
[![GitHub open issues](https://img.shields.io/github/issues/youcanping/LemonUI.svg?maxAge=2592000)](https://github.com/youcanping/LemonUI/issues) [![Npm version](https://img.shields.io/npm/v/LemonUI.svg?maxAge=2592000)](https://www.npmjs.com/package/Lemon
Downloads
4
Readme
LemonUI
Usage
<Lemon :text="hello"></Lemon>
import { Lemon } from 'LemonUI'
export default {
components: {
Lemon
}
}
Installation
npm install LemonUI
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint
Run your unit tests
npm run test:unit
Run your end-to-end tests
npm run test:e2e
Run style guide dev server
npm run styleguide
Generate a static HTML style guide
npm run styleguide:build