Example web page for testing
vue-goodshare
on your localhost.
- Clone repository from GitHub:
$ git clone https://github.com/koddr/vue-goodshare.git
- Go to
examples
folder:
$ cd vue-goodshare/examples
- Start simple Python 3.4+ HTTP server (only macOS and Linux):
$ python3 -m http.server 4000 --bind localhost
$ cd vue-goodshare/examples
$ npm install
$ npm run build # or npm run watch