Без опису

Bachir Soussi Chiadmi 5985796166 started routing 4 роки тому
assets 01e4d99537 cleaned, switched from stylus to sass 4 роки тому
build 01e4d99537 cleaned, switched from stylus to sass 4 роки тому
src 5985796166 started routing 4 роки тому
static 99f683066a first commit from template 5 роки тому
test 36817261e3 added eslint-plugin-vue-a11y for accessibility linting 5 роки тому
.babelrc 99f683066a first commit from template 5 роки тому
.eslintignore 99f683066a first commit from template 5 роки тому
.eslintrc.js 36817261e3 added eslint-plugin-vue-a11y for accessibility linting 5 роки тому
.gitignore 99f683066a first commit from template 5 роки тому
.travis.yml 99f683066a first commit from template 5 роки тому
README.md 36817261e3 added eslint-plugin-vue-a11y for accessibility linting 5 роки тому
index.html 99f683066a first commit from template 5 роки тому
license.txt 99f683066a first commit from template 5 роки тому
package-lock.json 01e4d99537 cleaned, switched from stylus to sass 4 роки тому
package.json 01e4d99537 cleaned, switched from stylus to sass 4 роки тому

README.md

Les Guides de Paris

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