Back to Electron Vue

Using the File Structure

docs/en/using_the_file_structure.md

latest582 B
Original Source

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.

Renderer Process

Main Process