Merge branch 'main' of github.com:siyuan-note/plugin-sample-vite-svelte

This commit is contained in:
frostime 2023-11-27 09:28:53 +08:00
commit f1fcf77500
2 changed files with 6 additions and 0 deletions

View file

@ -10,6 +10,9 @@
1. Using vite for packaging 1. Using vite for packaging
2. Use symbolic linking instead of putting the project into the plugins directory program development 2. Use symbolic linking instead of putting the project into the plugins directory program development
3. Built-in support for the svelte framework 3. Built-in support for the svelte framework
> If don't want svelte, turn to this template: [frostime/plugin-sample-vite](https://github.com/frostime/plugin-sample-vite)
4. Provides a github action template to automatically generate package.zip and upload to new release 4. Provides a github action template to automatically generate package.zip and upload to new release

View file

@ -9,6 +9,9 @@
1. 使用 vite 打包 1. 使用 vite 打包
2. 使用符号链接、而不是把项目放到插件目录下的模式进行开发 2. 使用符号链接、而不是把项目放到插件目录下的模式进行开发
3. 内置对 svelte 框架的支持 3. 内置对 svelte 框架的支持
> 如果不想要 svelte请移步 [frostime/plugin-sample-vite](https://github.com/frostime/plugin-sample-vite)
4. 提供一个github action 模板能自动生成package.zip并上传到新版本中 4. 提供一个github action 模板能自动生成package.zip并上传到新版本中
## 开始 ## 开始