started to customize

This commit is contained in:
2019-04-01 23:06:03 +02:00
parent 99f683066a
commit 1017ecdc95
5 changed files with 19 additions and 23 deletions
+2
View File
@@ -10,9 +10,11 @@ npm install
```
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.