Files
gdp_vuewp/README.md
T
2019-04-01 23:06:03 +02:00

21 lines
375 B
Markdown

# 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
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.