docs: update
This commit is contained in:
parent
33e2adb3fc
commit
71455b73da
|
@ -9,11 +9,11 @@
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
- Real simple Vite, React, Electron integration template.
|
This is a `Vite`-integrated `Electron` template built with simplification in mind.
|
||||||
|
|
||||||
- Contains only the basic dependencies.
|
The repo contains only the most basic files, dependencies and functionalities to ensure flexibility for various scenarios.
|
||||||
|
|
||||||
- The extension is real flexible.
|
You need a basic understanding of `Electron` and `Vite` to get started. But that's not mandatory - you can learn almost all the details by reading through the source code. Trust me, this repo is not that complex. 😋
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
|
|
|
@ -9,11 +9,13 @@
|
||||||
|
|
||||||
## 概述
|
## 概述
|
||||||
|
|
||||||
- 十分简单的 Vite, React, Electron 整合模板
|
  这是一个追求精简的`Electron`类整合模板,只保持最基本的文件、最基本的依赖、最基本的功能;而不是大而全的、臃肿的设计。这样做的目的是能确保模板足够灵活。
|
||||||
|
|
||||||
- 只包含最基本的依赖
|
所以说如果你是对 -- 工程模板追求精简的 Coder,或者刚入世的小白想弄明白`Electron`整合类模板最基础的工作原理,亦或者你是大神只是想偷懒少干点活;那么这个模板最合适你不过了。
|
||||||
|
|
||||||
- 扩展十分灵活
|
尽管如此,我还是希望你对`Electron` `Vite`有一定的基础;因为除了项目结构简单外,这份`README`也显得 “精简” 。
|
||||||
|
|
||||||
|
模板的具体实现细节我相信你看两遍源码就能把它吃透了 😋
|
||||||
|
|
||||||
## 快速开始
|
## 快速开始
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue