0.0.1 • Published 4 years ago

screenshop-library v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Screenshop UI & Helper Library (Vue)

To run:

  1. cd library
  2. npm install
  3. vue 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

  1. npm install --save screenshop-library@latest
  2. open main.js in your Vue project
  3. add import SSLibrary from "screenshop-library" to the top
  4. add Vue.use(SSLibrary) to the file