https://github.com/qpwo/webpack-minimal-template
How to import from node_modules in js for use in html. Webpack minimal working example.
https://github.com/qpwo/webpack-minimal-template
npm template webpack
Last synced: 2 months ago
JSON representation
How to import from node_modules in js for use in html. Webpack minimal working example.
- Host: GitHub
- URL: https://github.com/qpwo/webpack-minimal-template
- Owner: qpwo
- Created: 2021-06-12T21:09:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-21T23:02:27.000Z (about 5 years ago)
- Last Synced: 2025-05-30T16:48:34.789Z (about 1 year ago)
- Topics: npm, template, webpack
- Language: HTML
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-minimal-template
Simple demonstration of how to use webpack with an index.html outside of the build process.
```shell
git clone https://github.com/qpwo/webpack-minimal-template
cd webpack-minimal-template
npm install
npm start
# optimized build without hot reloading:
npm run build
```