mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
vue deployed to now successfully
This commit is contained in:
parent
ee57a7cd65
commit
daa847f527
3 changed files with 28 additions and 1 deletions
|
|
@ -5,7 +5,9 @@
|
|||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"lint": "vue-cli-service lint"
|
||||
"lint": "vue-cli-service lint",
|
||||
"start": "vue-cli-service serve",
|
||||
"dev": "node build/dev-server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^2.5.17"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue