lemon-ui-test
v0.1.3
Published
[](https://github.com/youcanping/LemonUI/issues) [](https://www.npmjs.com/package/Lemon
Readme
LemonUI
Usage
<Lemon :text="hello"></Lemon>import { Lemon } from 'LemonUI'
export default {
components: {
Lemon
}
}Installation
npm install LemonUIProject setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildLints and fixes files
npm run lintRun your unit tests
npm run test:unitRun your end-to-end tests
npm run test:e2eRun style guide dev server
npm run styleguideGenerate a static HTML style guide
npm run styleguide:build