firstCommit

This commit is contained in:
2022-07-15 18:03:58 +09:00
parent 29069bdd17
commit a7089fcb2e
14 changed files with 130 additions and 86 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"serve": "vue-cli-service serve --port 3000",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
@@ -25,7 +25,7 @@
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.3",
"prettier": "^2.4.1",
"prettier": "2.7.1",
"sass": "^1.32.7",
"sass-loader": "^12.0.0"
}