spur-vue-components
v1.0.1
Published
A collection of Vue components by Spur
Downloads
3
Readme
spur-vue-components
A component library built using VueJS for shared components among spur apps.
Setup
npm i spur-vue-components
Then use in your components:
import { DonutChart } from 'spur-vue-components';
components: {
DonutChart
}