https://github.com/sifferhans/app-starter
A minimal Nuxt starter with Nuxt UI, Drizzle, Lucia and libSQL.
https://github.com/sifferhans/app-starter
libsql lucia-auth nuxt sqlite starter ts vue
Last synced: 2 months ago
JSON representation
A minimal Nuxt starter with Nuxt UI, Drizzle, Lucia and libSQL.
- Host: GitHub
- URL: https://github.com/sifferhans/app-starter
- Owner: sifferhans
- License: mit
- Created: 2024-01-30T13:38:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-26T12:33:34.000Z (about 1 year ago)
- Last Synced: 2024-07-26T14:03:36.285Z (about 1 year ago)
- Topics: libsql, lucia-auth, nuxt, sqlite, starter, ts, vue
- Language: TypeScript
- Homepage:
- Size: 494 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# App starter
A simple app starter using a simple but powerful stack.
- [Nuxt](https://nuxt.com)
- [Lucia](https://lucia-auth.com)
- [Drizzle](https://orm.drizzle.team)
- [libSQL](https://turso.tech/libsql)## Get started
```sh
pnpm install
``````sh
pnpm dev
```