Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamleshchandnani/js-module-system
A small UI library to demonstrate the JS module system
https://github.com/kamleshchandnani/js-module-system
javascript module-system npm-package package-management react rollup
Last synced: 26 days ago
JSON representation
A small UI library to demonstrate the JS module system
- Host: GitHub
- URL: https://github.com/kamleshchandnani/js-module-system
- Owner: kamleshchandnani
- Created: 2017-12-02T19:23:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T02:11:45.000Z (about 6 years ago)
- Last Synced: 2024-10-09T13:19:25.986Z (about 1 month ago)
- Topics: javascript, module-system, npm-package, package-management, react, rollup
- Language: JavaScript
- Size: 38.1 KB
- Stars: 40
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anatomy of JS Module System?
This repository demonstartes how to build libraries/packages properly and utilize the capabilties of
the modern tools and browsers._"Ship less, load faster"_
## Installation
Download or clone the project and run the following command from the root directory
```
cd js-module-systemyarn
```## Build
```
yarn build
```This will transpile and build files for `cjs` and `es` environments.
The `dist` folder will have bundled version of the library
The `lib` folder will have transpiled version of the library targeting `es` module system.
## License
MIT © [Kamlesh Chandnani](https://github.com/kamleshchandnani)