No Description

bach a6285f24c8 #2164 8 months ago
assets a6285f24c8 #2164 8 months ago
build 7dbb43e0ed htaccess for routing #2054 1 year ago
src cbf33f8b24 #2092 phone burger menu, text tei fix 9 months ago
static 7dbb43e0ed htaccess for routing #2054 1 year ago
test 36817261e3 added eslint-plugin-vue-a11y for accessibility linting 5 years ago
.babelrc 99f683066a first commit from template 5 years ago
.eslintignore 99f683066a first commit from template 5 years ago
.eslintrc.js 5253db064f rebuilded corpus navigation with toc 4 years ago
.gitignore 99f683066a first commit from template 5 years ago
.travis.yml 99f683066a first commit from template 5 years ago
README.md cbdcd50a34 readme 2 years ago
index.html 79943af82e fix header menu submenu #827 3 years ago
license.txt 99f683066a first commit from template 5 years ago
package-lock.json 877d10b4d2 webpack minimze & npm update 1 year ago
package.json ac853527fb home teasers and static pages #796 1 year ago

README.md

Les Guides de Paris

How to use

clone this repos

install

npm ci

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