Webpack enterprise configuration
npm installor
yarn install- Serve on your local IP(Serve environment)
npm run serve- Run without Serve on you local IP(original development environment)
npm run devFor create a build of your project, you can use this command:
npm run buildAfter run this command, Webpack automatically creates a full report of your Project.