0.0.1 • Published 4 years ago

screenshopit-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

NPM

username: screenshopit password: ^Y88EAPRlpf5k^HlvTNR*GfjCeup email: ray@screenshopit.com

To publish

  1. npm login
  2. npm publish --access public

To integrate

  1. open main.js in your Vue project
  2. add import SSLibrary from "screenshopit-library" to the top
  3. add Vue.use(SSLibrary) to the file
0.0.1

4 years ago