npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@unify-js/vue-webpack-tool

v0.9.5

Published

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

Downloads

26

Readme

@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.