Skip to content

Commit

Permalink
➕ vuex4 패키지 추가 (#18)
Browse files Browse the repository at this point in the history
Related to: #18
  • Loading branch information
jun108059 committed Feb 19, 2023
1 parent b4cc979 commit d1a153f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
15 changes: 13 additions & 2 deletions vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"serve": "vue-cli-service serve --port 8080",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
Expand All @@ -15,6 +15,7 @@
"vue-media-upload": "^1.2.1",
"vue-toastification": "^2.0.0-rc.5",
"vuetify": "^3.0.0-beta.0",
"vuex": "^4.0.2",
"webfontloader": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit d1a153f

Please sign in to comment.