An open API service indexing awesome lists of open source software.

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 应用程序的最佳方式。

Awesome Lists containing this project

README

          

# Nuxt One

The best way to start a full-stack, typesafe Nuxt.js app.

![hero](https://cdn.jsdelivr.net/gh/easy-temps/easy-static/og.png)

📖 [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).