Skip to content

zwenza/vue-cli-plugin-build-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vue-cli-plugin-build-watch

npm npm vue-cli3

🚀 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

⚠️ 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

About

A vue cli 3.0 plugin to start webpack in watch mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published