1
0
This commit is contained in:
syui 2024-03-23 05:22:41 +09:00
parent a03fd4ef4b
commit 59bbdd4ac3
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
3 changed files with 13 additions and 7 deletions

View File

@ -9,16 +9,15 @@ jobs:
build-deploy: build-deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v4
- uses: actions/setup-node@v1 - uses: actions/setup-node@v4
with: with:
node-version: 16 node-version: 17
ref: main ref: main
submodules: true submodules: true
fetch-depth: 0 fetch-depth: 0
- run: | - run: |
yarn install yarn install
yarn add @google/model-viewer
- name: Build - name: Build
env: env:

View File

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

9
readme.md Normal file
View File

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