بدون توضیح

Bachir Soussi Chiadmi 606d6e98a3 copy to clipboard text item url #782 3 سال پیش
assets 606d6e98a3 copy to clipboard text item url #782 3 سال پیش
build 85eff145d0 webpack uglifyjs (not working: max call stack size exceeded) 3 سال پیش
src 606d6e98a3 copy to clipboard text item url #782 3 سال پیش
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 5253db064f rebuilded corpus navigation with toc 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 606d6e98a3 copy to clipboard text item url #782 3 سال پیش
package.json 606d6e98a3 copy to clipboard text item url #782 3 سال پیش

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