commit bd7da15ca3596eeb181443c7238b7c69cd04a090
Author: Davila <54535182+davila-erdianita@users.noreply.github.com>
Date: Mon Sep 9 10:08:00 2024 +0700
Add files via upload
diff --git a/BACA.txt b/BACA.txt
new file mode 100644
index 0000000..053b269
--- /dev/null
+++ b/BACA.txt
@@ -0,0 +1,27 @@
+playlist belum:
+https://www.youtube.com/playlist?list=PL-lxoPS_1OXUimhJugWZ4bLeno-SWHqA_
+
+materi: https://www.youtube.com/watch?v=1yGof4OTDtY
+isi: vuetify3 + Nuxt3
+1.npx nuxi init .
+2.npm i
+3. npm run dev
+4.npm i vuetify@next
+5. npm i -D sass nuxt-icon @nuxtjs/google-fonts@prerelease
+6. npm i vite-plugin-vuetify
+7. npm run postinstall (jika sudah tambahkan modules di file nuxt.config.ts)
+8.
+menit= 49:06 belum
+
+error:
+button toggle thema tidak bisa berubah warna hijau
+icon error (47:12)
+vdatatable error (48:00)
+
+
+color= https://tailwindcss.com/docs/customizing-colors
+icon= https://icones.netlify.app/collection/ph
+IconAliases = https://github.com/BayBreezy/nuxt3-vuetify3-starter/blob/main/utils/customIcons.ts
+
+extension yg perlu di install:
+Iconify IntelliSense
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f5db2a2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,75 @@
+# Nuxt 3 Minimal Starter
+
+Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
+
+## Setup
+
+Make sure to install the dependencies:
+
+```bash
+# npm
+npm install
+
+# pnpm
+pnpm install
+
+# yarn
+yarn install
+
+# bun
+bun install
+```
+
+## Development Server
+
+Start the development server on `http://localhost:3000`:
+
+```bash
+# npm
+npm run dev
+
+# pnpm
+pnpm run dev
+
+# yarn
+yarn dev
+
+# bun
+bun run dev
+```
+
+## Production
+
+Build the application for production:
+
+```bash
+# npm
+npm run build
+
+# pnpm
+pnpm run build
+
+# yarn
+yarn build
+
+# bun
+bun run build
+```
+
+Locally preview production build:
+
+```bash
+# npm
+npm run preview
+
+# pnpm
+pnpm run preview
+
+# yarn
+yarn preview
+
+# bun
+bun run preview
+```
+
+Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
diff --git a/app.vue b/app.vue
new file mode 100644
index 0000000..08d0a19
--- /dev/null
+++ b/app.vue
@@ -0,0 +1,145 @@
+
+