1.0.1 • Published 4 years ago

vue-dist-live v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Node.js Package

vue-dist-live

This is my first NPM package, this builds vue production applications live as you save your files so you can debug dist files.

Install

npm install vue-dist-live --save-dev

Run

Open the root directory of the projects. In terminal run node ./node_modules/.bin/vue-dist-live

or create a script entry in your package.json with this:

{
    "scripts":{
        "dist": "vue-dist-live"
    }
}

then run npm run dist

Params

-d --dir <EXPOSED_DIRECTORY>

-p, --port <PORT_NUMBER>