
webpack4构建vue多页面入口,打包,调试的轻量级的构建工具,不依赖过多配置,只加载常用的配置,用更少的代码,做更多的东西
Creating multi-page applications can often be a daunting task, especially when it comes to setting up the right tools and configurations. Recently, I delved into the world of webpack4 and how it can streamline the process of establishing a Vue-based multi-page application. With minimal configurations and easy-to-follow guidelines, it's a refreshing approach for developers looking to avoid the complexities that often accompany such setups.
This lightweight template is designed to facilitate multiple entry points, packaging, and debugging, while keeping the reliance on overcomplicated configurations to a minimum. It’s clear that a lot of effort has gone into refining this solution, making it accessible for those who may not be familiar with intricate builds.

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.