https://github.com/nuxtone/nuxt-one
The best way to start a full-stack, typesafe Nuxt.js app. 开始一个全栈、类型安全的 Nuxt.js 应用程序的最佳方式。
https://github.com/nuxtone/nuxt-one
docker drizzle-orm fullstack nuxt pgsql tailwindcss trpc typesafe
Last synced: 7 months ago
JSON representation
The best way to start a full-stack, typesafe Nuxt.js app. 开始一个全栈、类型安全的 Nuxt.js 应用程序的最佳方式。
- Host: GitHub
- URL: https://github.com/nuxtone/nuxt-one
- Owner: nuxtone
- License: mit
- Created: 2024-07-10T03:38:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-10T09:11:05.000Z (8 months ago)
- Last Synced: 2025-07-10T17:30:36.266Z (8 months ago)
- Topics: docker, drizzle-orm, fullstack, nuxt, pgsql, tailwindcss, trpc, typesafe
- Language: Vue
- Homepage: https://www.one.devv.zone
- Size: 1.56 MB
- Stars: 28
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuxt One
The best way to start a full-stack, typesafe Nuxt.js app.

📖 [Documentation](https://one-docs.netlify.app/)
🌐 [Demo](https://www.one.devv.zone/)
## Quick Start
1. Create a project
```bash
npx nuxi@latest init -t github:easy-temps/nuxt-one
```
2. Navigating to the Project Directory
```bash
cd [project-name]
```
3. Start dev server
```bash
pnpm dev
```
## Stacks
Thanks to all these amazing technologies powering this project.
- [Nuxt.js](https://nuxt.com/) powerful full-stack framework with server-side rendering.
- [TypeScript](https://www.typescriptlang.org/) type safety for improved code quality.
- [Tailwind CSS](https://tailwindcss.com/) utility-first CSS for rapid UI development.
- [Shadcn Vue](https://www.shadcn-vue.com/) beautiful, customizable UI components.
- [Better Auth](https://better-auth.com/) simplified authentication implementation.
- [tRPC](https://trpc.io/) end-to-end typesafe API calls.
- [Drizzle](https://orm.drizzle.team/) lightweight and efficient ORM solution.
- [Postgres](https://www.postgresql.org/) reliable relational database.
- [Docker](https://www.docker.com/) consistent development environments and deployment.
## License
Licensed under the [MIT license](https://github.com/easy-temps/nuxt-one/blob/main/LICENSE).