Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arthrp/jsfibonaccimodules
Simple example of using modules in vanilla JS
https://github.com/arthrp/jsfibonaccimodules
fibonacci js-module
Last synced: 10 days ago
JSON representation
Simple example of using modules in vanilla JS
- Host: GitHub
- URL: https://github.com/arthrp/jsfibonaccimodules
- Owner: arthrp
- License: mit
- Created: 2020-02-23T21:30:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:32:12.000Z (almost 2 years ago)
- Last Synced: 2023-08-27T17:37:55.730Z (about 1 year ago)
- Topics: fibonacci, js-module
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsfibonaccimodules
Simple example of using modules in vanilla JS## Running locally
You need to serve the page from local server, since trying to load modules while running from file system will fail in all major browsers. Also - currently works only in Chromium, local modules import fails in FF.