Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 521 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 521 Bytes

webpack-enterprise

Webpack enterprise configuration

Installing Project Dependencies

npm install

or

yarn install

Development Mode

  • Serve on your local IP(Serve environment)
npm run serve
  • Run without Serve on you local IP(original development environment)
npm run dev

Build

For create a build of your project, you can use this command:

npm run build

After run this command, Webpack automatically creates a full report of your Project.