Skip to content

JavaScript widget toolkit, for the creation and distribution of third-party web widgets.

Notifications You must be signed in to change notification settings

clavinniu/sqwidget

Repository files navigation

Sqwidget

Sqwidget is a framework for adding components to a page in a way that ensures they are self contained and namespaced.

Scaffold

Installing sqwidget via bower will add a 'sqwidget' scaffold to your grunt config. You can start a new widget by typing the following inside a new project directory:

grunt-init sqwidget

This will provide a simple sqwidget bundle for you to fill out.

Development

npm install grunt-cli -g
npm install bower -g
bower install
npm install
grunt test

About

JavaScript widget toolkit, for the creation and distribution of third-party web widgets.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 89.9%
  • HTML 8.8%
  • Makefile 1.3%