0.0.1 • Published 5 years ago
screenshopit-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
NPM
username: screenshopit password: ^Y88EAPRlpf5k^HlvTNR*GfjCeup email: ray@screenshopit.com
To publish
npm loginnpm publish --access public
To integrate
- open
main.jsin your Vue project - add
import SSLibrary from "screenshopit-library"to the top - add
Vue.use(SSLibrary)to the file
0.0.1
5 years ago