1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-20 19:04:41 +00:00

feat(project): basic settings, styles, fonts

This commit is contained in:
2022-11-05 06:16:08 +07:00
parent c3bf083071
commit b7eddbc891
54 changed files with 191 additions and 21 deletions

17
src/pages/index.vue Normal file
View File

@@ -0,0 +1,17 @@
<template>
<div>
<Head>
<Title>Главная</Title>
</Head>
<h1>Hello, Nuxt </h1>
</div>
</template>
<style scoped>
div {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
</style>