Skip to content

Modular UI elements, made with JS + CSS + Webpack. Lightweight and easy to use.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

jinjagit/Modular_UI

Repository files navigation

Modular UI

Modular UI elements, made with JS + CSS + Webpack. Lightweight and easy to use.

Create UI layouts by specifying UI elements, row by row, within a div.

View the example webpage.

See the wiki for more details.

Getting Started

You will need node.js installed and, optionally, php (used for local server - you can use an alternative, or just run index.html directly).

  • clone the repo.
$ cd Modular_UI  
$ npm init -y  
$ npm install webpack --save-dev  
$ npm install webpack-cli --save-dev  
$ npx webpack --watch
  • open another terminal:
$ cd Modular_UI/dist
$ php -S 127.0.0.1:8080
  • view the example UI running locally @ 127.0.0.1:8080
  • edit the appropriate files to your taste (see wiki for details)

License

Licensed under either of these:

About

Modular UI elements, made with JS + CSS + Webpack. Lightweight and easy to use.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published