# vue-cli-plugin-build-watch

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

Latest version **1.0.0** (published 2018-04-26) · ISC license · 0 weekly downloads

## Install

```sh
npm install vue-cli-plugin-build-watch
pnpm add vue-cli-plugin-build-watch
yarn add vue-cli-plugin-build-watch
bun add vue-cli-plugin-build-watch
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2018-04-26 |
| First published | 2018-04-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | David Jöch |
| Maintainers | djoech |

## Links

- npm: https://www.npmjs.com/package/vue-cli-plugin-build-watch
- npm.io page: https://npm.io/package/vue-cli-plugin-build-watch

## Recent versions

- 1.0.0 (latest) — 2018-04-26

## README

# vue-cli-plugin-build-watch

[![vue-cli3](https://img.shields.io/badge/vue--cli-3.x-brightgreen.svg)](https://github.com/vuejs/vue-cli)

**: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
```

---
_Source: https://npm.io/package/vue-cli-plugin-build-watch · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
