mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 16:56:47 +02:00
📚 Chore: Update create-a-plugin.md
Add Svelte and change version to the updated version of in the examples on https://github.com/penpot/plugin-examples
This commit is contained in:
parent
568af52ebc
commit
cf0d9a433d
1 changed files with 5 additions and 3 deletions
|
@ -34,9 +34,11 @@ Create your own app with the framework of your choice. See examples for each fra
|
|||
|
||||
| Framework | Command | Version\* |
|
||||
| --------- | ----------------------------------------------------------- | --------- |
|
||||
| Angular | ng new plugin-name | 18.0.0 |
|
||||
| React | npm create vite@latest plugin-name -- --template react-ts | 18.2.0 |
|
||||
| Vue | npm create vue@latest | 3.4.21 |
|
||||
| Angular | ng new plugin-name | 19.2.2 |
|
||||
| React | npm create vite@latest plugin-name -- --template react-ts | 19.0.0 |
|
||||
| Vue | npm create vue@latest | 3.5.13 |
|
||||
| Svelte | npm create svelte@latest | 3.5.13 |
|
||||
|
||||
|
||||
_\*: version we used in the examples._
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue