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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -231,16 +231,16 @@ cgapp deploy --use-config
231
231
232
232
**Frontend:**
233
233
234
-
> Please note, that since version `v1.3.0`, frontend templates (_in the classical sense_) are **not** supported by the Create Go App CLI. Those templates, that we created ([`react-js`](https://github.com/create-go-app/react-js-template), [`react-ts`](https://github.com/create-go-app/react-ts-template) and [`preact-js`](https://github.com/create-go-app/preact-js-template)), are still available, but only for use as **user's custom templates**.
235
-
>
236
-
> Now, the frontend part of your project will be generated **using official CLI** from the authors of each frontend UI library/framework (_under the hood_). So, you'll always get the latest version of `React`, `Preact`, `Vue.js`, `Svelte` or `Angular` for your project from their authors!
237
-
238
234
- [x] [`react`](https://create-go.app/production-templates/react-js/), `react:<template>` — Frontend app with [React.js](https://reactjs.org).
239
235
- [x] [`preact`](https://create-go.app/production-templates/preact-js/), `preact:<template>` — Frontend app with [Preact](https://preactjs.com).
240
-
- [x] [`vue`](https://create-go.app/production-templates/vue-js/), `vue:<user/preset-repo>`, `vue:<gitlab|bitbucket>:<user/preset-repo>` — Frontend app with [Vue.js](https://vuejs.org).
236
+
- [x] [`vue`](https://create-go.app/production-templates/vue-js/), `vue:<user/repo>`, `vue:<gitlab|bitbucket>:<user/repo>` — Frontend app with [Vue.js](https://vuejs.org).
241
237
- [x] [`angular`](https://create-go.app/production-templates/angular-js/) — Frontend app with [Angular](https://angular.io).
242
238
- [x] [`svelte`](https://create-go.app/production-templates/svelte-js/) — Frontend app with [Svelte](https://svelte.dev).
243
239
240
+
> ☝️ Please note, that since version `v1.3.0`, frontend templates (_in the classical sense_) are **not** supported by the Create Go App CLI. Those templates, that we created ([`react-js`](https://github.com/create-go-app/react-js-template), [`react-ts`](https://github.com/create-go-app/react-ts-template) and [`preact-js`](https://github.com/create-go-app/preact-js-template)), are still available, but only for use as **user's custom templates**.
241
+
>
242
+
> Now, the frontend part of your project will be generated **using official CLI** from the authors of each frontend UI library/framework (_under the hood_). So, you'll always get the latest version of `React`, `Preact`, `Vue.js`, `Angular` or `Svelte` for your project from their authors!
0 commit comments