From 2379715c37ec349f5169f661d88782275e2522a0 Mon Sep 17 00:00:00 2001
From: Maxence POUTORD
Date: Sat, 3 Mar 2018 13:02:07 +0000
Subject: [PATCH] update readme
---
README.md | 7 +++----
src/views/About.vue | 31 ++++++++++++-------------------
2 files changed, 15 insertions(+), 23 deletions(-)
diff --git a/README.md b/README.md
index 8e17323..9ef85e7 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,8 @@ A Vue.js **Progressive Web App (PWA)** based on GitHub API.
*icon on desktop, splash screen and screen shot taken from this application*
+A demo is available here: [https://gitvub.azurewebsites.net](https://gitvub.azurewebsites.net/).
+
## What's inside?
* [Vue.js](https://vuejs.org/): an awesome JS Framework
@@ -23,7 +25,7 @@ A Vue.js **Progressive Web App (PWA)** based on GitHub API.
... using the [GitHub Api](https://api.github.com/) ([doc](https://developer.github.com/v3)).
-Based on [vue/webpack template](https://github.com/vuejs-templates/webpack) and follow [his file structure](http://vuejs-templates.github.io/webpack/structure.html).
+Based on [vue-cli 3](https://github.com/vuejs/vue-cli/blob/dev/docs/README.md#conventions) and follow his file structure/conventions.
## Notes
@@ -80,9 +82,6 @@ npm run serve
# build for production with minification
npm run build
-# build for production and view the bundle analyzer report
-npm run build --report
-
# Run tests
npm test
diff --git a/src/views/About.vue b/src/views/About.vue
index 62615ed..b1b923f 100644
--- a/src/views/About.vue
+++ b/src/views/About.vue
@@ -10,34 +10,27 @@
GitVub = Git + Vue.js
- … using the
+
... using the
GitHub Api (
- doc).
-
+ doc).
Based on
- vue/webpack template and follow
- his file structure.
+ vue-cli 3 and follow his file structure/conventions.