first commit from template

This commit is contained in:
2019-04-01 22:53:39 +02:00
commit 99f683066a
23 changed files with 12606 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Les Guides de Paris
# How to use
## clone this repos
## install
```
npm install
```
## run dev
```
npm run dev
```
## run prod
```
npm run prod
```
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.