1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
b4c3b89dde
update package 2024-03-23 05:46:00 +09:00
e3f11823a7
fix readme 2024-03-23 05:28:50 +09:00
3 changed files with 8 additions and 4 deletions

View File

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 21
ref: main
submodules: true
fetch-depth: 0

View File

@ -9,15 +9,13 @@
},
"dependencies": {
"@google/model-viewer": "^3.4.0",
"@hrwg/vue-marked": "^0.0.2",
"@nuxtjs/proxy": "^2.1.0",
"axios": "^0.25.0",
"axios": "^1.6.8",
"core-js": "^3.6.4",
"moment": "^2.29.4",
"three": "^0.162.0",
"vue": "^2.6.11",
"vue-loading-template": "^1.3.2",
"vue-marked": "^0.1.1",
"vue-meta": "^2.4.0",
"vue-template-compiler": "^2.6.14"
},

View File

@ -1,3 +1,9 @@
# card
- host : [card.syui.ai](https://card.syuiai)
```sh
$ nvm use 16
$ yarn install
$ yarn dev
```