mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 04:59:02 +08:00
update readme
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user