bach il y a 3 ans
Parent
commit
cb562e6a57
3 fichiers modifiés avec 7 ajouts et 13 suppressions
  1. 4 12
      README.md
  2. 2 1
      src/App.vue
  3. 1 0
      src/pages/Home.vue

+ 4 - 12
README.md

@@ -1,5 +1,9 @@
 # En Françai(s)
 
+app (VueJs)
+
+part of https://figureslibres.io/gogs/bachir/docker-enfrancais
+
 ## How to use
 #### clone this repos
 #### install
@@ -17,18 +21,6 @@ npm run prod
 ```
 then deploy the dist folder
 
-## Questions
-
-#### axios get xml ?
-https://github.com/axios/axios/issues/667
-
-#### accessibility ?
-https://medium.com/@emilymears/getting-started-with-web-accessibility-in-vue-17e2c4ea0842
-https://github.com/vuejs/vuejs.org/pull/1002
-[x] https://github.com/maranran/eslint-plugin-vue-a11y
-
 ## Ref
 
 Based on VueJs template using Webpack 4 from the 'Vue.js and Webpack 4 From Scratch' article series on [itnext.io](https://itnext.io) from Daniel Cook.
-
-[Vue.js REST API Consumption with Axios](https://alligator.io/vuejs/rest-api-axios/)

+ 2 - 1
src/App.vue

@@ -12,10 +12,11 @@
     </header>
     <section role="main-content">
       <div class="wrapper">
-          <RouterView />
+        <RouterView />
       </div>
     </section>
     <footer role="tools">
+      <p>footer</p>
     </footer>
   </div>
 </template>

+ 1 - 0
src/pages/Home.vue

@@ -7,6 +7,7 @@
       <h1>En Français</h1>
     </header>
     <section>
+      <p>contenu</p>
     </section>
   </div>
 </template>