Ingen beskrivning

Bachir Soussi Chiadmi b3f1c4f45b some cleaning and started to understand unittest with jest 5 år sedan
assets 99f683066a first commit from template 5 år sedan
build 99f683066a first commit from template 5 år sedan
src b3f1c4f45b some cleaning and started to understand unittest with jest 5 år sedan
static 99f683066a first commit from template 5 år sedan
test b3f1c4f45b some cleaning and started to understand unittest with jest 5 år sedan
.babelrc 99f683066a first commit from template 5 år sedan
.eslintignore 99f683066a first commit from template 5 år sedan
.eslintrc.js 99f683066a first commit from template 5 år sedan
.gitignore 99f683066a first commit from template 5 år sedan
.travis.yml 99f683066a first commit from template 5 år sedan
README.md 8dd21b9e2d added axios, datarest, vuex 5 år sedan
index.html 99f683066a first commit from template 5 år sedan
license.txt 99f683066a first commit from template 5 år sedan
package-lock.json 8dd21b9e2d added axios, datarest, vuex 5 år sedan
package.json 8dd21b9e2d added axios, datarest, vuex 5 år sedan

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

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