Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 508 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 508 Bytes

siths-component-lib

CURRENTLY NOT MAINTAINED

  1. Clone the repo and install the dependencies
git clone https://github.com/sitechtimes/siths-component-lib
cd siths-component-lib && npm install
  1. To add a component to the library, create a vue.js file in the src/lib-components directory.

  2. To view a component, import it in dev/serve and add it to the components list.

  3. Then to run your component on localhost:8086, run the following command

npm run serve