Webpack enterprise configuration
npm install
or
yarn install
- Serve on your local IP(Serve environment)
npm run serve
- Run without Serve on you local IP(original development environment)
npm run dev
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.