1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-20 02:44:40 +00:00

Init commit

This commit is contained in:
2022-10-18 23:55:27 +07:00
commit 26158d44b4
52 changed files with 13281 additions and 0 deletions

9
pages/index.vue Normal file
View File

@@ -0,0 +1,9 @@
<template>
<h1>Hello, Nuxt </h1>
</template>
<style scoped>
h1 {
font-family: Formular, Helvetica, Arial, sans-serif;
}
</style>