vue-dist-live

1.0.1 • Public • Published

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>

Package Sidebar

Install

npm i vue-dist-live

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

4.15 kB

Total Files

3

Last publish

Collaborators

  • pilotkid