From 71455b73dad2a32bb8e58163dd55300ba27a5901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7?= <308487730@qq.com> Date: Tue, 26 Apr 2022 08:28:53 +0800 Subject: [PATCH] docs: update --- README.md | 6 +++--- README.zh-CN.md | 8 +++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 52cb063..501fc7a 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ ## 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 diff --git a/README.zh-CN.md b/README.zh-CN.md index 206ffad..cdf3cec 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -9,11 +9,13 @@ ## 概述 -- 十分简单的 Vite, React, Electron 整合模板 +  这是一个追求精简的`Electron`类整合模板,只保持最基本的文件、最基本的依赖、最基本的功能;而不是大而全的、臃肿的设计。这样做的目的是能确保模板足够灵活。 -- 只包含最基本的依赖 +所以说如果你是对 -- 工程模板追求精简的 Coder,或者刚入世的小白想弄明白`Electron`整合类模板最基础的工作原理,亦或者你是大神只是想偷懒少干点活;那么这个模板最合适你不过了。 -- 扩展十分灵活 +尽管如此,我还是希望你对`Electron` `Vite`有一定的基础;因为除了项目结构简单外,这份`README`也显得 “精简” 。 + +模板的具体实现细节我相信你看两遍源码就能把它吃透了 😋 ## 快速开始