Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

vue-cli-plugin-build-watch

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

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

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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