1.1.3 • Published 6 years ago

js-universal-module v1.1.3

Weekly downloads
4
License
MIT
Repository
-
Last release
6 years ago

js-universal-module

npm package Nevermind this package, it's only for testing but in short it is an universal js module that can be imported into other projects using a <script>

Usage

  1. Check what is the latest version here: https://www.npmjs.com/package/js-universal-module
  2. Change this link to use the latest version https://unpkg.com/js-universal-module@1.1.2/umd/js-universal-module.js
  3. Include the script tag in your html. You can use async aswell.
<script async defer src="https://unpkg.com/js-universal-module@1.1.2/umd/js-universal-module.js"></script>
  1. In your other code you can access the module with UMDComponent.

Props you can pass in

{
    "person": "Arnas",
    "message": "How are you?"
}
1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago