Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
tkhs0813 committed Sep 3, 2024
1 parent fd44dbe commit 514763d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ Solid, Lit, Qwik, or pure JavaScript/TypeScript templates for your project.
The `Next.js` and `Nuxt` frontend parts will be generated using the latest
`create-next-app` and `nuxi` utilities.

| Name | Description | JavaScript | Typescript |
| -------------------------- | ---------------------- | ---------- | ---------- |
| [Next.js][nextjs_url] | A common Next.js app | `next` | `next-ts` |
| [Nuxt][nuxt_url] | A common Nuxt v3 app | - | `nuxt` |
| [Sveltekit][sveltekit_url] | A common Sveltekit app | - | `svelte` |
| Name | Description | JavaScript | Typescript |
| -------------------------- | ---------------------- | ---------- | ----------- |
| [Next.js][nextjs_url] | A common Next.js app | `next` | `next-ts` |
| [Nuxt][nuxt_url] | A common Nuxt v3 app | - | `nuxt` |
| [Sveltekit][sveltekit_url] | A common Sveltekit app | - | `sveltekit` |

> ❗️ Please make sure that you have `npm` version `7` or higher installed to
> create the frontend part of the project correctly. If you run the
Expand Down

0 comments on commit 514763d

Please sign in to comment.