All Projects → kamleshchandnani → js-module-system

kamleshchandnani / js-module-system

Licence: other
A small UI library to demonstrate the JS module system

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to js-module-system

Typescript Lib Starter
Typescript library starter
Stars: ✭ 235 (+552.78%)
Mutual labels:  rollup, npm-package
Example Rollup React Component Npm Package
Example React Component, Published to npm
Stars: ✭ 122 (+238.89%)
Mutual labels:  rollup, npm-package
mongo-gui
A web-based MongoDB graphical user interface
Stars: ✭ 111 (+208.33%)
Mutual labels:  npm-package
jean
Bored from installing tiny shell scripts and .dotfiles manually? Huh! Missing Shell Package Manager For Linux
Stars: ✭ 21 (-41.67%)
Mutual labels:  package-management
ploc
npm package to convert PL/SQL code into Markdown docs
Stars: ✭ 16 (-55.56%)
Mutual labels:  npm-package
React-Pincode
A NPM module which auto fills City, District and State fields when a valid Zip Code in entered!
Stars: ✭ 26 (-27.78%)
Mutual labels:  npm-package
rollup-plugin-collect-sass
Collect Sass, then compile
Stars: ✭ 17 (-52.78%)
Mutual labels:  rollup
hex-rgba
Convert HEX to RGBA
Stars: ✭ 12 (-66.67%)
Mutual labels:  npm-package
retryx
Promise-based retry workflow library.
Stars: ✭ 21 (-41.67%)
Mutual labels:  npm-package
iran beauty
list of iran cities and province
Stars: ✭ 18 (-50%)
Mutual labels:  npm-package
example-typescript-package
Example TypeScript Package ready to be published on npm & Tutorial / Instruction / Workflow for 2021
Stars: ✭ 71 (+97.22%)
Mutual labels:  npm-package
console.history
📜 Store all javascript console logs in console.history
Stars: ✭ 30 (-16.67%)
Mutual labels:  npm-package
cranlike
Manage files in a CRAN-like repository
Stars: ✭ 24 (-33.33%)
Mutual labels:  package-management
base-ui
A component library for Vue developmemt
Stars: ✭ 35 (-2.78%)
Mutual labels:  rollup
nodejs-health-checker
This is a Node package that allows you to track the health of your application providing readiness and liveness functionalities.
Stars: ✭ 34 (-5.56%)
Mutual labels:  npm-package
Arbitrum Doc CN
Arbitrum官方文档中文版
Stars: ✭ 52 (+44.44%)
Mutual labels:  rollup
ts-lib-scripts
以 🚀 速度创建零配置 TypeScript 库项目的命令行工具
Stars: ✭ 56 (+55.56%)
Mutual labels:  rollup
react-circle-flags
🚀 A React component with a collection of 300+ minimal circular SVG country flags. Wrapper of HatScripts/circle-flags
Stars: ✭ 29 (-19.44%)
Mutual labels:  npm-package
frontatish
A React native common components kit and helper methods,find the package at this link https://www.npmjs.com/package/frontatish
Stars: ✭ 14 (-61.11%)
Mutual labels:  npm-package
windows-network-drive
Do network drive stuff on Microsoft Window in node
Stars: ✭ 18 (-50%)
Mutual labels:  npm-package

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-system

yarn

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].