1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-07-12 06:05:35 +00:00

TroisJS demo

This commit is contained in:
Lars Martens 2021-08-11 19:16:57 +02:00
parent 608fce96cc
commit e46ba54aac
18 changed files with 2725 additions and 12871 deletions

7
vite.config.js Normal file
View file

@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()]
})