Bachir Soussi Chiadmi 3 years ago
parent
commit
ff74bd2cdf
1 changed files with 1 additions and 11 deletions
  1. 1 11
      README.md

+ 1 - 11
README.md

@@ -10,23 +10,13 @@ npm install
 ```
 npm run dev
 ```
-open http://localhost:8080 in your browser
+open http://localhost:8788 in your browser
 #### run prod
 ```
 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.