@stout/vue-dashed-spinner
v0.3.0
Published

Readme
vue-dashed-spinner

Install / Setup
Install with npm:
npm i @stout/vue-dashed-spinnerAdd to vue application (in main.js):
import '@stout/vue-dashed-spinner';Usage
<DashedSpinner/>Or with content in the middle:
<DashedSpinner>
Loading
</DashedSpinner>Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildLints and fixes files
npm run lint