Demo on localhost
1 2 | $ git clone https://github.com/koddr/vue-goodshare.git
$ cd vue-goodshare/examples
|
Start simple Python 3.4+ HTTP server (only macOS and Linux):
1 | $ python3 -m http.server 4000 --bind localhost
|
localhost
1 2 | $ git clone https://github.com/koddr/vue-goodshare.git
$ cd vue-goodshare/examples
|
Start simple Python 3.4+ HTTP server (only macOS and Linux):
1 | $ python3 -m http.server 4000 --bind localhost
|