mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 11:56:36 +08:00
14 lines
443 B
Markdown
14 lines
443 B
Markdown
|
|
## 22-01-27
|
|
- Refactor the scripts part.
|
|
- Remove `configs` directory.
|
|
|
|
## 21-11-11
|
|
- Refactor the project. Use vite.config.ts build `Main-process`, `Preload-script` and `Renderer-process` alternative rollup.
|
|
- Scenic `Vue>=3.2.13`, `@vue/compiler-sfc` is no longer necessary.
|
|
- If you prefer Rollup, Use rollup branch.
|
|
|
|
```bash
|
|
Error: @vitejs/plugin-vue requires vue (>=3.2.13) or @vue/compiler-sfc to be present in the dependency tree.
|
|
```
|