CURRENTLY NOT MAINTAINED
- Clone the repo and install the dependencies
git clone https://github.com/sitechtimes/siths-component-lib
cd siths-component-lib && npm install
-
To add a component to the library, create a
vue.js
file in thesrc/lib-components
directory. -
To view a component, import it in
dev/serve
and add it to thecomponents
list. -
Then to run your component on
localhost:8086
, run the following command
npm run serve