[Vuejs]-How to get started with running vue js examples/demos

0👍

in the root dir

webpack --config webpack.config.js 

and then opening demo/index.html, but still dont know how to livereload after changes

–update–
thanks to @unholysheep

 webpack-dev-server --config webpack.config.js --port 19999 --content-base=demo

0👍

Please read this document firstly.

https://v2.vuejs.org/v2/guide/installation.html

Leave a comment