Skip to content

ComponentKitchen/ckupdate-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ckupdate-demo

Demonstrates the use of the ckupdate prototype extension that allows npm to install web components and other front-end libraries.

This project is a modified fork of the source for printable-wall-calendar, a simple web components-based application. The original source uses Bower to install components. This fork eliminates the need for Bower, allowing the app to be installed just with npm and the ckupdate extension.

Dependencies in the package.json file point to forks of various web component projects. These forks are essentially the same as the original web component repos. The only change has been the addition of a package.json manifest (or modification of an existing one), and the use of the "flatten" keyword. That keyword instructs ckupdate to flatten the dependency.

##Installation

Once you have the ckupdate tool installed, you can install this by:

git clone [email protected]:ComponentKitchen/ckupdate-demo
cd ckupdate-demo
npm install

##Viewing the result

Launch index.html under a local web server.

About

Demonstration project using ckupdate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published