A multi entry vue project template
The multiWebpack tool, based on vue-cli@3, offers an impressive solution for managing multi-page applications using Webpack. As this repository is no longer actively maintained, it pivots heavily on reusing the configurations from vue-cli, which provides a reliable foundation for developers. This tool allows for minimal code adjustments to transition to a multi-page setup, reducing the burden of maintenance and updates while leveraging the latest features and enhancements from vue-cli.
With the help of the new build/multi-helper.js file, users can easily configure and generate multiple entry points and HTML bundles. The structured project layout simplifies the development process, enabling quick access to pages via a simple URL. Just navigating to http://localhost:8080/module1#/ opens a seamless multi-page experience.