Skip to content

Commit 5ab0df4

Browse files
authored
fix: order of generators (#1602)
1 parent 42b7353 commit 5ab0df4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

client-generator/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ and native mobile apps from APIs supporting the [Hydra](http://www.hydra-cg.com/
99

1010
It is able to generate apps using the following frontend stacks:
1111

12-
- [React](react.md)
1312
- [Next.js](nextjs.md)
14-
- [React Native](react-native.md)
15-
- [Vue.js](vuejs.md)
1613
- [Nuxt.js](nuxtjs.md)
17-
- [Quasar Framework](quasar.md)
14+
- [Quasar](quasar.md)
1815
- [Vuetify](vuetify.md)
16+
- [React](react.md)
17+
- [React Native](react-native.md)
18+
- [Vue.js](vuejs.md)
1919
- [Or bring your custom generator](custom.md)
2020

2121
Client Generator works especially well with APIs built with the [API Platform](https://api-platform.com) framework.

0 commit comments

Comments
 (0)