diff --git a/README.md b/README.md index 4fd1d3c..6678227 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# offline-timeline +# vuejs-webpack-starter ## How to use #### clone this repos diff --git a/index.html b/index.html index e1e1984..e8d484b 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - offline + Vuejs starter
diff --git a/src/App.vue b/src/App.vue index b1f55d1..4eec036 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,7 +6,7 @@ class="site-title" tabindex="0" > - Offline + Vuejs Webpack @@ -32,7 +32,7 @@ export default { // if no subcomponents specify a metaInfo.title, this title will be used title: 'Home', // all titles will be injected into this template - titleTemplate: '%s | Offline' + titleTemplate: '%s | Vuejs Webpack' } // components: { // HeaderMenu,