1.0.0 • Published 4 years ago

@godeazevedo/universe.js v1.0.0

Weekly downloads
3
License
ISC
Repository
-
Last release
4 years ago

Universe

Simple micro front-end management.

NPM Version Build Status Downloads Stats

Universe is a library that helps you connect different front-ends to a single webpage (most likely your root page). Universe code is very simple, it's basically a webcomponent that wraps a shadow dom that helps keep front-end separated and scoped.

npm.io

Installation

OS X, Linux & Windows:

npm install universe --save

Usage example

To use a universe just add a script tag to your html page referencing the script and add the tag:

<uni-verse planet="path/to/your/html">

Release History

  • 0.0.1
    • First version, supports content loading and scripting using the same-origin policy.

About

Made by Gabriel Azevedo – @csapoc – godeazevedo@example.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/GabrielOAzevedo/uni-verse.js

Contributing

  1. Fork it (https://github.com/yourname/yourproject/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request