0.9.5 • Published 1 month ago

@unify-js/vue-webpack-tool v0.9.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@unify-js/vue-webpack-tool

A build tool for Vue development based on webpack, specifically designed to enhance the development experience.

Motivation

Due to the current preference for Vite as the official build tool for Vue projects, the vue-cli-service, which is the official build tool based on Webpack, is now in maintenance mode.

This implies that new features related to webpack will not be added to vue-cli-service, particularly those focused on enhancing the development experience, such as lazy compilation. Lazy compilation is a feature that allows you to compile only the files you are actively working on, resulting in significant reduction in compilation time.

Although many existing Vue projects still utilize vue-cli-service, the development experience is often unsatisfactory. Additionally, migrating to Vite requires substantial effort due to historical reasons. Therefore, the objective of this project is to provide an improved development experience for Vue projects originally built with vue-cli-service or webpack, while minimizing the migration effort required.

Features

The Vue Webpack Tool prioritizes the development experience and offers several features including:

  • Lazy compilation
  • DLL (Dynamic Link Library)
  • Cache

The tool includes built-in caching functionality, and both lazy compilation and DLL features are optional. You can enable lazy compilation and DLL by passing specific options to the CLI command.

0.9.5

1 month ago

0.9.4

4 months ago

0.9.3

4 months ago

0.9.2

4 months ago

0.9.0

5 months ago

0.8.0

5 months ago

0.9.1

5 months ago

0.7.0

5 months ago

0.6.1

5 months ago

0.6.0

5 months ago

0.5.0

5 months ago

0.4.0

5 months ago

0.3.0

5 months ago

0.2.2

5 months ago

0.2.1

5 months ago

0.2.0

5 months ago

0.1.0

5 months ago

0.0.1

5 months ago