Skip to content

Commit f9472af

Browse files
author
Vic Shóstak
authored
Update README.md
1 parent c91f692 commit f9472af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,16 +231,16 @@ cgapp deploy --use-config
231231

232232
**Frontend:**
233233

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-
238234
- [x] [`react`](https://create-go.app/production-templates/react-js/), `react:<template>` — Frontend app with [React.js](https://reactjs.org).
239235
- [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).
241237
- [x] [`angular`](https://create-go.app/production-templates/angular-js/) — Frontend app with [Angular](https://angular.io).
242238
- [x] [`svelte`](https://create-go.app/production-templates/svelte-js/) — Frontend app with [Svelte](https://svelte.dev).
243239

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!
243+
244244
## 🐳 [Configured Docker containers](https://create-go.app/docker-containers/)
245245

246246
**Web/Proxy server:**

0 commit comments

Comments
 (0)