Skip to content

TehranJS-Workshops/webpack-enterprise

Repository files navigation

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.