You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
</h1>
5
5
<palign="center">Create a new production-ready project with <b>backend</b> (Golang), <b>frontend</b> (JavaScript, TypeScript)<br/>and <b>deploy automation</b> (Ansible, Docker) by running one CLI command.<br/><br/>Focus on <b>writing</b> code and <b>thinking</b> of business-logic! The CLI will take care of the rest.</p>
- Frontend template with [Preact](https://preactjs.com/):
118
118
-`preact` — generated template with a common Preact app.
119
119
-`preact-ts` — generated template with a TypeScript version of the Preact app.
120
+
- Frontend template with [Next.js](https://nextjs.org/):
121
+
-`next` — generated template with a common Next.js app.
122
+
-`next-ts` — generated template with a TypeScript version of the Next.js app.
123
+
- Frontend template with [Nuxt 3](https://v3.nuxtjs.org/):
124
+
-`nuxt3` — generated template with a common Nuxt 3 app.
120
125
- Frontend template with [Vue.js](https://vuejs.org/):
121
126
-`vue` — generated template with a common Vue.js app.
122
127
-`vue-ts` — generated template with a TypeScript version of the Vue.js app.
@@ -127,7 +132,7 @@ cgapp deploy [OPTION]
127
132
-`lit-element` — generated template with a common Lit app.
128
133
-`lit-element-ts` — generated template a TypeScript version of the Lit app.
129
134
130
-
> ☝️ Frontend part will be generate using awesome tool [Vite.js](https://vitejs.dev/) under the hood. So, you'll always get the latest version of `React`, `Preact`, `Vue`, `Svelte`, `Lit` or pure JavaScript/TypeScript templates for your project!
135
+
> ☝️ Frontend part will be generate using awesome tool [Vite.js](https://vitejs.dev/) under the hood. So, you'll always get the latest version of `React`, `Preact`, `Vue`, `Svelte`, `Lit` or pure JavaScript/TypeScript templates for your project! And the `Next.js` and `Nuxt 3` frontend parts will be generated using the `create-next-app` and `nuxi` utilities.
131
136
>
132
137
> 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 `cgapp create` command using our [Docker image](https://hub.docker.com/r/koddr/cgapp), `npm` of the correct version is **already** included.
0 commit comments