0.1.1 • Published 6 years ago
paper-button-vue v0.1.1
Paper Button (Boilerplate)
Preview

Params
| Param Name | Description | Type | Example | Default | |
|---|---|---|---|---|---|
| title | Text to display on the button | String | Click here | Button | - |
Usage
Add onto html just as normal tag elements. Pass a json object into the attribute prop to set up all the styles you want.
<meta charset="utf-8">
<title>paper-button demo</title>
<script src="https://unpkg.com/vue"></script>
<script src="../dist/paper-button.min.js"></script>
<paper-button title="Click here"></paper-button>Project 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:unitLicense
MIT