Skip to content

togakureCSS/components-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Togakure Components

licence mit GitHub issues GitHub package.json version GitHub Release Date GitHub top language GitHub repo size GitHub All Releases

Togakure

Project that brings together interface components that use the main libraries and frameworks of the front end development community.

Usage

// Vanilla
// localhost:9500
yarn storybook:vanilla

// React
// localhost:9001
yarn storybook:react

// Vue
// localhost:9002
yarn storybook:vue

// Angular
// localhost:9003
yarn storybook:angular

Build

// Vanilla
yarn build-storybook:vanilla

// React
yarn build-storybook:react

// Vue
yarn build-storybook:vue

// Angular
yarn build-storybook:angular