Skip to content

Commit 7aabf29

Browse files
author
Vic Shóstak
authored
Update README.md
1 parent 704be15 commit 7aabf29

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -232,20 +232,20 @@ cgapp deploy --use-config
232232
**Frontend:**
233233

234234
- [x] `react` — [React](https://reactjs.org/) frontend app.
235-
- [x] `react:<template>` — CRA generated template for React app.
235+
- `react:<template>` — CRA generated template for React app.
236236
- [x] `preact` — [Preact](https://preactjs.com/) frontend app.
237-
- [x] `preact:<template>` — Preact CLI generated template for Preact app.
237+
- `preact:<template>` — Preact CLI generated template for Preact app.
238238
- [x] `vue` — [Vue.js](https://vuejs.org/) frontend app.
239-
- [x] `vue:<user/repo>` — Preset for generating Vue.js app from GitHub.
240-
- [x] `vue:<gitlab|bitbucket>:<user/repo>` — Preset for generating Vue.js app from GitLab/BitBucket/etc.
239+
- `vue:<user/repo>` — Preset for generating Vue.js app from GitHub.
240+
- `vue:<gitlab|bitbucket>:<user/repo>` — Preset for generating Vue.js app from GitLab/BitBucket/etc.
241241
- [x] `angular` — [Angular](https://angular.io/) frontend app.
242242
- [x] `svelte` — [Svelte](https://svelte.dev/) frontend app.
243243
- [x] `sapper` — [Sapper](https://sapper.svelte.dev/) frontend app for static websites.
244-
- [x] `sapper:<webpack>` — Preset for generating Sapper with Webpack bundler.
244+
- `sapper:<webpack>` — Preset for generating Sapper with Webpack bundler.
245245

246246
> ☝️ 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**.
247247
>
248-
> 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!
248+
> 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`, `Svelte` or `Sapper` for your project from their authors!
249249

250250
## 🐳 [Configured Docker containers](https://create-go.app/docker-containers/)
251251

0 commit comments

Comments
 (0)