https://github.com/incubated-geek-cc/browserify-demo
Demonstration of the Node module browserify.
https://github.com/incubated-geek-cc/browserify-demo
browser browserify client-side nodejs-modules
Last synced: 10 months ago
JSON representation
Demonstration of the Node module browserify.
- Host: GitHub
- URL: https://github.com/incubated-geek-cc/browserify-demo
- Owner: incubated-geek-cc
- Created: 2021-09-11T06:21:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T23:53:22.000Z (almost 4 years ago)
- Last Synced: 2025-01-16T11:28:48.069Z (11 months ago)
- Topics: browser, browserify, client-side, nodejs-modules
- Language: JavaScript
- Homepage:
- Size: 2.25 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# browserify-demo
### Demonstrating browserify tool at: https://geek-cc.medium.com/import-use-npm-modules-in-the-browser-easily-e70d6c84fc31
## Use-Case: Importing json-2-csv npm module as client-side JavaScript
### Client-side JavaScript file is run from the HTML file. At Demo folder: https://github.com/incubated-geek-cc/browserify-demo/tree/main/demo
## JSON⇆CSV Data Conversion
