0.0.1 • Published 5 years ago
screenshop-library v0.0.1
Screenshop UI & Helper Library (Vue)
To run:
cd librarynpm installvue serve components/Library.vue
To add a component
Just ensure that it has been added to the install section of the library/index.js
To remove a component
Remove it from the install section of the library/index.js
To integrate
npm install --save screenshop-library@latest- open
main.jsin your Vue project - add
import SSLibrary from "screenshop-library"to the top - add
Vue.use(SSLibrary)to the file
0.0.1
5 years ago