Skip to content

Commit ef07dfe

Browse files
committed
docs: add gif for code generators
1 parent 85ac700 commit ef07dfe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.vuepress/public/v5/new-rest-api.gif

15.3 MB
Loading

en/v5/guide/development.md

+2
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ to generate code based on templates, making it easier to maintain a consistent c
155155

156156
For more information, visit the [Hygen website](https://www.hygen.io/).
157157

158+
<img :src="$withBase('/v5/new-rest-api.gif')" alt="create a new rest-api with listing and details pages in seconds">
159+
158160
#### Presentational Components
159161
Presentational components are responsible for how things look. They exclusively receive data and emit events.
160162
The command `npm run new:component` creates a `component.vue` file along with a `component.stories.ts` file with

0 commit comments

Comments
 (0)