Nav apraksta

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

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