1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

README: add MVU.v

This commit is contained in:
Artem Yurchenko 2023-03-07 20:22:02 +01:00 committed by GitHub
parent 7a2e0389c8
commit 0dcbcff477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,7 @@
- [Tutorials](#tutorials) - [Tutorials](#tutorials)
- [Videos](#videos) - [Videos](#videos)
- [GitHub templates](#github-templates) - [GitHub templates](#github-templates)
- [Patterns](#patterns)
## Applications ## Applications
@ -372,3 +373,7 @@
### GitHub templates ### GitHub templates
- [v-project-basement](https://github.com/ArtemkaKun/v-project-basement) - A basement for every V project, that contains universal minimum GitHub CI scripts and issue templates for a V project. - [v-project-basement](https://github.com/ArtemkaKun/v-project-basement) - A basement for every V project, that contains universal minimum GitHub CI scripts and issue templates for a V project.
### Patterns
- [MVU.v](https://github.com/ArtemkaKun/MVU.v) - MVU pattern (The Elm Architecture) implemented in V programming language.