No description
Find a file
Patrick Mulligan a52e8674fd style: larger logo, subtle branding label, card hover lift
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 15:44:38 -04:00
.vscode Initial scaffold: Vue + Vite + Tailwind CSS + shadcn-vue 2026-04-01 16:17:11 -04:00
public feat: replicate atitlan.io homepage 2026-04-01 16:53:46 -04:00
src style: larger logo, subtle branding label, card hover lift 2026-04-02 15:44:38 -04:00
.gitignore Initial scaffold: Vue + Vite + Tailwind CSS + shadcn-vue 2026-04-01 16:17:11 -04:00
components.json Initial scaffold: Vue + Vite + Tailwind CSS + shadcn-vue 2026-04-01 16:17:11 -04:00
index.html feat: replicate atitlan.io homepage 2026-04-01 16:53:46 -04:00
package-lock.json chore: add package-lock.json for nix builds 2026-04-01 17:47:16 -04:00
package.json deps: add shadcn-vue components, lucide icons, ATM config and composable 2026-04-01 17:06:47 -04:00
pnpm-lock.yaml deps: add shadcn-vue components, lucide icons, ATM config and composable 2026-04-01 17:06:47 -04:00
README.md Initial scaffold: Vue + Vite + Tailwind CSS + shadcn-vue 2026-04-01 16:17:11 -04:00
tsconfig.app.json Initial scaffold: Vue + Vite + Tailwind CSS + shadcn-vue 2026-04-01 16:17:11 -04:00
tsconfig.json Initial scaffold: Vue + Vite + Tailwind CSS + shadcn-vue 2026-04-01 16:17:11 -04:00
tsconfig.node.json Initial scaffold: Vue + Vite + Tailwind CSS + shadcn-vue 2026-04-01 16:17:11 -04:00
vite.config.ts Initial scaffold: Vue + Vite + Tailwind CSS + shadcn-vue 2026-04-01 16:17:11 -04:00

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.