🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

vue-cli-plugin-build-watch

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-cli-plugin-build-watch

A vue-cli 3.0 plugin to start webpack in watch mode

1.0.0
latest
65

Supply Chain Security

100

Vulnerability

65

Quality

75

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Dependencies have 59 high alerts.

Socket optimized override available

Version published
Weekly downloads
403
Maintainers
1
Weekly downloads
 
Created

vue-cli-plugin-build-watch

vue-cli3

:rocket: Start your Vue application in webpack watch-mode!

This is a vue-cli 3.x plugin to add a build-watch script in your Vue project.

Getting started

:warning: Make sure you have vue-cli 3.x.x:

vue --version

If you don't have a project created with vue-cli 3.x yet:

vue create my-new-app

Navigate to the newly created project folder and add the cli plugin:

cd my-new-app
vue add vue-cli-plugin-build-watch

Start your app in watch-mode:

npm run build-watch

FAQs

Package last updated on 26 Apr 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts