No Description

Bachir Soussi Chiadmi 15abfa3507 app is building 3 years ago
assets 15abfa3507 app is building 3 years ago
build 574cf945f4 first app draft 3 years ago
src 15abfa3507 app is building 3 years ago
static 574cf945f4 first app draft 3 years ago
test 574cf945f4 first app draft 3 years ago
.babelrc 574cf945f4 first app draft 3 years ago
.eslintignore 574cf945f4 first app draft 3 years ago
.eslintrc.js 574cf945f4 first app draft 3 years ago
.gitignore 574cf945f4 first app draft 3 years ago
.travis.yml 574cf945f4 first app draft 3 years ago
README.md 574cf945f4 first app draft 3 years ago
index.html 574cf945f4 first app draft 3 years ago
license.txt 574cf945f4 first app draft 3 years ago
package-lock.json 574cf945f4 first app draft 3 years ago
package.json 574cf945f4 first app draft 3 years ago

README.md

Muntadas

How to use

clone this repos

install

npm install

run dev

npm run dev

open http://localhost:8080 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 from Daniel Cook.

Vue.js REST API Consumption with Axios