Không có mô tả

bach 9ca7df2734 #2079 Supprimer l’affichage des filtres de recherche quand on ferme le tiroir de recherche 11 tháng trước cách đây
assets 2dc06a87fc #2093 images in statics 11 tháng trước cách đây
build 7dbb43e0ed htaccess for routing #2054 1 năm trước cách đây
src 9ca7df2734 #2079 Supprimer l’affichage des filtres de recherche quand on ferme le tiroir de recherche 11 tháng trước cách đây
static 7dbb43e0ed htaccess for routing #2054 1 năm trước cách đây
test 36817261e3 added eslint-plugin-vue-a11y for accessibility linting 5 năm trước cách đây
.babelrc 99f683066a first commit from template 5 năm trước cách đây
.eslintignore 99f683066a first commit from template 5 năm trước cách đây
.eslintrc.js 5253db064f rebuilded corpus navigation with toc 4 năm trước cách đây
.gitignore 99f683066a first commit from template 5 năm trước cách đây
.travis.yml 99f683066a first commit from template 5 năm trước cách đây
README.md cbdcd50a34 readme 2 năm trước cách đây
index.html 79943af82e fix header menu submenu #827 3 năm trước cách đây
license.txt 99f683066a first commit from template 5 năm trước cách đây
package-lock.json 877d10b4d2 webpack minimze & npm update 1 năm trước cách đây
package.json ac853527fb home teasers and static pages #796 1 năm trước cách đây

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