Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

flimflamjs/core-ui-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flimflam Core UI Demo

This is a demo page for the Flimflam Core UI components whose source can be found at flimflamjs/ff-core.

The page can be found here: https://flimflamjs.github.io/core-ui-demo/.

It pulls the components and basic css from the flimflam meta-package.

development

Run the dev server with npm run dev

Build and watch the css with npm run css

Build the distribution files with npm run build

To publish the distribution, cd into dist/ after building, and set it to track the remote github branch gh-pages.