Skip to content

This project provides a set of core Web Components for the PatternFly reference implementation

Notifications You must be signed in to change notification settings

priley86/patternfly-webcomponents

 
 

Repository files navigation

PatternFly Web Components for PatternFly

This project will provide a set of core web components for the PatternFly reference implementation.


Getting started

Build

npm install
gulp build

Serve

gulp serve

URL: http://localhost:3000/index.html

  • Uses gulp watch and browser-sync

image

Tech Notes

Repository uses the following:

  • Bable - Essentially an ECMAScript 6 to ECMAScript 5 Javascript compiler. It allows you to use ES6 features in your projects and then compiles ES5 for you to use in production.
  • Plumber - Prevent pipe breaking caused by errors from gulp plugins
  • Webpack - Webpack is a module bundler. Webpack takes modules with dependencies and generates static assets representing those modules.

About

This project provides a set of core Web Components for the PatternFly reference implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.1%
  • HTML 28.9%
  • CSS 1.0%