Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (5 loc) · 586 Bytes

using_the_file_structure.md

File metadata and controls

12 lines (5 loc) · 586 Bytes

Using the File Structure

electron-vue does its best to not force a particular project structure, but does try to follow common Vue & Electron practices. The following documentation describes common practices used in the original project structure.

If you are unfamiliar with Electron's renderer and main processes, please give the first section of the Quick Start a good read. It explains, in detail, their differences.