Нема описа

Bachir Soussi Chiadmi 07f35b0e89 fixed history path bug in dev server пре 4 година
assets 67515882c3 materialdesignicons, colors, more layout пре 4 година
build 07f35b0e89 fixed history path bug in dev server пре 4 година
src 157f964783 added content from /gdp/corpus пре 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 5ddfb7d286 added corpus link, added nominum & locorum api request (not working yet) пре 4 година
.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 67515882c3 materialdesignicons, colors, more layout пре 4 година
package.json 67515882c3 materialdesignicons, colors, more layout пре 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