add: data from MongoDB
Retrieve Data from MongoDB
This commit is contained in:
parent
85e6035a9a
commit
987b685c41
10 changed files with 5361 additions and 41 deletions
|
@ -3,6 +3,7 @@
|
|||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"prepare": "nuxt prepare",
|
||||
"build": "nuxt build",
|
||||
"dev": "nuxt dev",
|
||||
"dev:expose": "nuxt dev --host",
|
||||
|
@ -13,6 +14,7 @@
|
|||
"dependencies": {
|
||||
"@nuxt/icon": "^1.10.3",
|
||||
"nuxt": "^3.15.4",
|
||||
"nuxt-mongoose": "^1.0.6",
|
||||
"vue": "latest",
|
||||
"vue-router": "latest"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue