mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 11:56:36 +08:00
log: adjustment order
This commit is contained in:
parent
5387510adc
commit
c1675af905
31
CHANGELOG.md
31
CHANGELOG.md
@ -1,9 +1,21 @@
|
|||||||
|
## 2022-06-04
|
||||||
|
|
||||||
## 22-01-27
|
[v2.0.0](https://github.com/electron-vite/electron-vite-vue/pull/156)
|
||||||
|
|
||||||
|
- 🖖 Based on the `vue-ts` template created by `npm create vite`, integrate `vite-plugin-electron`
|
||||||
|
- ⚡️ More simplify, is in line with Vite project structure
|
||||||
|
|
||||||
|
## 2022-01-30
|
||||||
|
|
||||||
|
[v1.0.0](https://github.com/electron-vite/electron-vite-vue/releases/tag/v1.0.0)
|
||||||
|
|
||||||
|
- ⚡️ Main、Renderer、preload, all built with vite
|
||||||
|
|
||||||
|
## 2022-01-27
|
||||||
- Refactor the scripts part.
|
- Refactor the scripts part.
|
||||||
- Remove `configs` directory.
|
- Remove `configs` directory.
|
||||||
|
|
||||||
## 21-11-11
|
## 2021-11-11
|
||||||
- Refactor the project. Use vite.config.ts build `Main-process`, `Preload-script` and `Renderer-process` alternative rollup.
|
- 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.
|
- Scenic `Vue>=3.2.13`, `@vue/compiler-sfc` is no longer necessary.
|
||||||
- If you prefer Rollup, Use rollup branch.
|
- If you prefer Rollup, Use rollup branch.
|
||||||
@ -11,18 +23,3 @@
|
|||||||
```bash
|
```bash
|
||||||
Error: @vitejs/plugin-vue requires vue (>=3.2.13) or @vue/compiler-sfc to be present in the dependency tree.
|
Error: @vitejs/plugin-vue requires vue (>=3.2.13) or @vue/compiler-sfc to be present in the dependency tree.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## 22-01-30
|
|
||||||
|
|
||||||
[v1.0.0](https://github.com/electron-vite/electron-vite-vue/releases/tag/v1.0.0)
|
|
||||||
|
|
||||||
- ⚡️ Main、Renderer、preload, all built with vite
|
|
||||||
|
|
||||||
|
|
||||||
## 21-06-04
|
|
||||||
|
|
||||||
v2.0.0
|
|
||||||
|
|
||||||
- 🖖 Based on the `vue-ts` template created by `npm create vite`, integrate `vite-plugin-electron`
|
|
||||||
- ⚡️ More simplify, is in line with Vite project structure
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user