update readme

This commit is contained in:
Mathieu Schimmerling
2023-07-04 17:05:14 +07:00
parent 62b12b0205
commit 3dc395b87b
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
This site is built with [Vite](https://vitejs.dev) and [Svelte](https://svelte.dev). Site content is written in Markdown format located in `content`. For simple edits, you can directly edit the file on GitHub and generate a Pull Request.
## Add a framework
## Add a new framework
1. Fork the project and create a new branch
2. Add the new framework SVG logo in `public/framework`

View File

@@ -89,7 +89,7 @@ How do we solve this ? Developers love having framework overview by examples. It
<summary>
<img width="18" height="18" src="public/framework/vue.svg" />
<b>Vue 3</b>
<img alt="96% progress" src="https://us-central1-progress-markdown.cloudfunctions.net/progress/96" /></summary>
<img alt="100% progress" src="https://us-central1-progress-markdown.cloudfunctions.net/progress/100" /></summary>
- [x] Reactivity
- [x] Declare state
@@ -105,7 +105,7 @@ How do we solve this ? Developers love having framework overview by examples. It
- [x] Lifecycle
- [x] On mount
- [x] On unmount
- [ ] Component composition
- [x] Component composition
- [x] Props
- [x] Emit to parent
- [x] Slot
@@ -470,7 +470,7 @@ pnpm run dev
This project requires Node.js to be `v16.0.0` or higher.
### Add a framework
### Add a new framework
1. Fork the project and create a new branch
2. Add the new framework SVG logo in `public/framework`