Keine Beschreibung

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

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