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

Latest commit

 

History

History
18 lines (9 loc) · 673 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 673 Bytes

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.