guocheng / test-webpack

A simple project to understand the basics of webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test-webpack

A simple project to understand the basics of webpack

to run it

Install webpack globally using:

npm install -g webpack

Then, cd to the project dir and execute:

webpack

This command will let webpack to read the default config file webpack.config.js and start to compile the index.js file using various loaders.

About

A simple project to understand the basics of webpack


Languages

Language:JavaScript 85.3%Language:HTML 12.7%Language:CSS 2.0%