add npm start

This commit is contained in:
tykayn 2020-12-01 17:14:51 +01:00 committed by Baptiste Lemoine
parent f90d324917
commit dea06613d3
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"version": "1.0.2",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --modern",
"test:unit": "vue-cli-service test:unit",