0.1.3 • Published 7 years ago
lemon-ui-test v0.1.3
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