paper-button-vue
v0.1.1
Published
## Preview
Downloads
1
Readme
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 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
License
MIT