Bachir Soussi Chiadmi 4 years ago
parent
commit
a691b1656b
3 changed files with 4 additions and 4 deletions
  1. 1 1
      README.md
  2. 1 1
      index.html
  3. 2 2
      src/App.vue

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
-# offline-timeline
+# vuejs-webpack-starter
 
 ## How to use
 #### clone this repos

+ 1 - 1
index.html

@@ -3,7 +3,7 @@
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
-    <title>offline</title>
+    <title>Vuejs starter</title>
   </head>
   <body>
     <div id="app"></div>

+ 2 - 2
src/App.vue

@@ -6,7 +6,7 @@
           class="site-title"
           tabindex="0"
         >
-          Offline
+          Vuejs Webpack
         </h1>
       </div>
     </header>
@@ -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,