Skip to content

irm-github/webpack-simple

Repository files navigation

webpack-simple

A simple Webpack setup for quick prototyping.

Usage

Download or clone this repo to your local directory.

Enter your local repo directory.

Install the dependencies of the repo:

$ npm install

Start the project:

$ npm start

Build the project after development:

$ npm run build

When you wanna analyze the project so as to improve the quality of the production code:

$ npm run analyze

About

A simple project constructed by webapck.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published