File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 新版本
2
+
3
+ electron-vue 自 2016年5月初 创建以来有了很大的发展,并引入了许多新奇的功能。你能相信有一段时间不支持 ` vue-cli ` 脚手架吗?新功能的开发计划不会停止。唯一的缺点是,每天都有华而不实的东西在把您的项目停留在一个老脚手架上。由于 electron-vue 利用了 ` vue-cli ` 的优势,遗憾的是,并没有一个结构化的方式来 _ 版本化_ 样板 或 使其变得 _ 可更新_ 。
4
+
5
+ electron-vue 的主要更新将通过 GitHub 的 里程碑 (Milestones) 进行,并将包含许多新功能和错误修复,这使得这些版本造就了最佳的 [ 迁移] ( /migration-guide.md ) 时间,以从任何现有项目转换为为较新的架构。这些里程碑通常不是预先计划的,而是随着问题提交里的功能请求,在追踪问题的时候加上去的。
6
+
7
+ ### 之前的里程碑
8
+
9
+ #### [ 复用] ( https://github.com/SimulatedGREG/electron-vue/milestone/1?closed=1 )
10
+
11
+ * 迁移到 ` webpack ` 2
12
+ * 支持 ` electron-builder `
13
+ * 支持 ` main ` 进程的捆绑
14
+ * 一般的错误修复
15
+
16
+ #### [ 简化] ( https://github.com/SimulatedGREG/electron-vue/issues/171 )
17
+
18
+ * 迁移到单一的 ` package.json ` 结构
19
+ * 为 ` electron-builder ` 用户的 Travis CI / AppVeyor 配置
20
+ * ` renderer ` 进程的最小化网页输出
21
+ * 迁移到` axios `
22
+ * 完全支持 ` main ` 进程捆绑
23
+ * 重写开发和构建的脚本
24
+ * 迁移到 ` babili ` 以避免完全反编译到 ES5
25
+ * 在使用需要完整路径 \( [ ` __static ` ] ( /using-static-assets.md ) \) 的模块时支持 ` static/ ` 资源
26
+
27
+ The only down side to new bells & whistles every now and then is having your project stuck on an older scaffold.
You can’t perform that action at this time.
0 commit comments