Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pilotkid/vue-dist-live
https://github.com/pilotkid/vue-dist-live
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pilotkid/vue-dist-live
- Owner: pilotkid
- Created: 2020-05-04T04:59:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T15:45:57.000Z (almost 3 years ago)
- Last Synced: 2024-10-31T18:12:51.050Z (3 months ago)
- Language: JavaScript
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Node.js Package](https://github.com/pilotkid/vue-dist-live/workflows/Node.js%20Package/badge.svg)
# vue-dist-liveThis 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:
```json
{
"scripts":{
"dist": "vue-dist-live"
}
}
```then run `npm run dist`
## Params
-d --dir
-p, --port