Skip to content

Dative-GPI/shards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Shards

Shards is a component library based on Vuetify developped by Dative.
A storybook presenting all the components is available here.

Installation

To use this library, you first need a Vue.Js project:

vue create my-app
cd my-app

Shards depends on Vuetify, so you have to add it to the Vue dependencies:

vue add vuetify

The library has been published on npm, so you can add it to your project simply by running:

npm install @dative-gpi/shards

Contributing

Use the following commands to setup the project and run the storybook server:

cd src
yarn install
yarn storybook

Your browser will automatically open on the storybook page (by default localhost:6006).

Please use yarn, as it is more stable than npm and npm might not work then.