-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vic Shóstak
committed
Nov 6, 2017
1 parent
60da479
commit 2e015c7
Showing
32 changed files
with
4,960 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"presets": [ | ||
"es2015", | ||
"es2016" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# vue-goodshare examples | ||
|
||
> Example web page for testing `vue-goodshare` on your localhost. | ||
### Installation | ||
|
||
* Clone repository from GitHub: | ||
|
||
``` bash | ||
$ git clone https://github.com/koddr/vue-goodshare.git | ||
``` | ||
|
||
* Go to `examples` folder: | ||
|
||
``` bash | ||
$ cd vue-goodshare/examples | ||
``` | ||
|
||
* Start simple Python 3.4+ HTTP server (only macOS and Linux): | ||
|
||
``` bash | ||
$ python3 -m http.server 4000 --bind localhost | ||
``` | ||
|
||
### Dev Build | ||
|
||
``` bash | ||
$ cd vue-goodshare/examples | ||
$ npm install | ||
$ npm run build # or npm run watch | ||
``` |
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.