mirror of
https://github.com/NohamR/knowledge-kit.git
synced 2026-05-24 20:00:37 +00:00
docs: 组件化小结图片补齐
This commit is contained in:
@@ -536,6 +536,17 @@ Electron 官方给出了解决方案 Squirrel,基于 Squirrel 框架完成的
|
||||
12. Electron 和 Web 开发相比,各自有侧重点
|
||||
|
||||

|
||||
|
||||
13. 有些人开发 Electron 应用可能不喜欢 [electron-vue](https://github.com/SimulatedGREG/electron-vue) 这样的工具,喜欢自己自定义。假如自己利用 Vue 或者 React 开发的,开发过网页的同学都会习惯使用 Vue-devtools、React-devtools。所以在选用 Vue 或 React 后,习惯使用强大的 Vue-devtools、React-devtools 来查看 State、Action、Redux、Vuex、组件层级树等。
|
||||
|
||||
- 先去 Github 找到对应的 repo,比如 [Vue-devtools](https://github.com/vuejs/vue-devtools)
|
||||
- 克隆代码到本地
|
||||
- 先安装依赖,再构建出 dist 产物 `cd vue-devtools; yarn install; yarn run build;`
|
||||
-
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### 2. 优化手段
|
||||
|
||||
|
||||
Reference in New Issue
Block a user