added axios, datarest, vuex

This commit is contained in:
2019-04-02 12:59:58 +02:00
parent 1017ecdc95
commit 8dd21b9e2d
11 changed files with 177 additions and 21 deletions
+9 -5
View File
@@ -1,20 +1,24 @@
# Les Guides de Paris
# How to use
## clone this repos
## install
## How to use
#### clone this repos
#### install
```
npm install
```
## run dev
#### run dev
```
npm run dev
```
open http://localhost:8080 in your browser
## run prod
#### 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](https://itnext.io) from Daniel Cook.
[Vue.js REST API Consumption with Axios](https://alligator.io/vuejs/rest-api-axios/)