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

Latest commit

 

History

History
17 lines (12 loc) · 967 Bytes

getting_started.md

File metadata and controls

17 lines (12 loc) · 967 Bytes

Getting Started

NOTICE

electron-vue was built using node v5.10.0 as electron v1.0.1 uses this, but in most cases all dependencies should work fine on newer versions. I strongly recommend you use the same version of electron's node and your local instance of node. This helps prevent potential issues related to installing native npm modules needing to be built against electron. More info.

You can check your node version by running node -v. If you need to change your node version, then I'd recommend using creationix/nvm.

Setup

git clone https://github.com/SimulatedGREG/electron-vue
cd electron-vue
npm install

NOTE

When running npm install a post install script is also executed, which will npm install inside the app directory and add documentation files/folders to the .gitignore.