Skip to content

Commit

Permalink
chore: playground setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Apr 3, 2023
1 parent bde0ae6 commit 6819e24
Show file tree
Hide file tree
Showing 7 changed files with 531 additions and 5 deletions.
1 change: 1 addition & 0 deletions playground/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ declare module '@vue/runtime-core' {
AkuAku: typeof import('./src/components/gltf/AkuAku.vue')['default']
AnimatedModel: typeof import('./src/components/AnimatedModel.vue')['default']
FBXModels: typeof import('./src/components/FBXModels.vue')['default']
MultipleCanvas: typeof import('./src/components/MultipleCanvas.vue')['default']
PortalJourney: typeof import('./src/components/portal-journey/index.vue')['default']
Responsiveness: typeof import('./src/components/Responsiveness.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
Expand Down
1 change: 1 addition & 0 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@tresjs/cientos": "2.0.0-alpha.5",
"@vitejs/plugin-vue": "^4.1.0",
"typescript": "^5.0.2",
"unocss": "^0.50.6",
"unplugin-auto-import": "^0.15.2",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.1",
Expand Down
Loading

0 comments on commit 6819e24

Please sign in to comment.