Skip to content

Commit f9acec0

Browse files
authored
chore: Added features to readme and updated terminal preview (#42)
1 parent 0ed008f commit f9acec0

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

.github/create-sidebase.png

-127 KB
Loading

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
Get started with the <a target="_blank" href="https://sidebase.io/sidebase">sidebase</a> fully typed Nuxt 3 starter by running <code>npm create sidebase@latest</code>
1111
</p>
1212

13-
![sidebase](./.github/create-sidebase.png)
13+
<p align="center">
14+
<img src="./.github/create-sidebase.png" alt="sidebase preview" width="700" />
15+
</p>
16+
17+
## create-sidebase
1418

1519
[![npm version][npm-version-src]][npm-version-href]
1620
[![npm downloads][npm-downloads-src]][npm-downloads-href]
@@ -19,9 +23,7 @@
1923
[![Follow us on Twitter](https://badgen.net/badge/icon/twitter?icon=twitter&label)](https://twitter.com/sidebase_io)
2024
[![Join our Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/NDDgQkcv3s)
2125

22-
## create-sidebase
23-
24-
The productive way to build fullstack Nuxt 3 applications.
26+
> The productive way to build fullstack Nuxt 3 applications.
2527
2628
sidebase is a web app development kit to build production ready fullstack apps quickly. We build sidebase to provide a modular, modern, fully-typed and best-practice approach to make your ideas a reality. Around a core of TypeScript and Nuxt 3 sidebase adds components like databases, CI, authentication, testing and more.
2729

@@ -34,3 +36,16 @@ sidebase is a web app development kit to build production ready fullstack apps q
3436

3537
[license-src]: https://img.shields.io/npm/l/create-sidebase.svg
3638
[license-href]: https://npmjs.com/package/create-sidebase
39+
40+
## Features
41+
42+
- Automatic installation and setup of popular Nuxt3 modules
43+
- [TailwindCSS](https://tailwindcss.com/): A utility-first CSS framework packed with classes that can be composed to build any design, directly in your markup.
44+
- [Naive UI](https://www.naiveui.com/): A Vue 3 Component Library. Complete, Customizable, Uses TypeScript, Fast.
45+
- [Prisma ORM](https://www.prisma.io/): Next-generation Node.js and TypeScript ORM.
46+
- [tRPC 10](https://trpc.io/): Build end-to-end typesafe APIs in Nuxt applications.
47+
- [sidebase-auth](https://sidebase.io/nuxt-auth): Authentication via OAuth, Credentials and magic email flows. Wraps the popular NextAuth.js with 12k stars.
48+
- [i18n](https://i18n.nuxtjs.org/): I18n (Internationalization) module for your Nuxt project powered by Vue I18n.
49+
- Premade CI pipeline templates, built for Nuxt
50+
- [Github Actions](https://docs.github.com/en/actions)
51+
- [DroneCI](https://www.drone.io/)

0 commit comments

Comments
 (0)