Implemented server for Vue.js

This commit is contained in:
Kevin Frantz
2019-01-06 01:26:26 +01:00
parent bccd6efaff
commit 558b9c3fcc
3 changed files with 3 additions and 1 deletions

View File

@@ -1 +1,2 @@
node_modules/*
npm-debug.log

View File

@@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"