Skip to content

📦 Webpack is a bundler for JavaScript and others. We can packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be bundle.js

Notifications You must be signed in to change notification settings

alizul01/Webpack-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack-Starter

Webpack is a bundler for javascript and others. We can packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be bundle.js

Install

Install with npm:

npm install --save-dev webpack

Install with yarn:

yarn add webpack --dev

How to use this starter

Run Development Mode

npm run dev

Run Build Mode

npm run build

About

📦 Webpack is a bundler for JavaScript and others. We can packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be bundle.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published