User:Saul/electron

From Organic Design wiki
< User:Saul
Revision as of 22:02, 11 July 2018 by Saul (talk | contribs) (Install)

This page is for my notes on using electron with vue.

Install

Electron CLI

sudo npm install -g electron # install electron globally.

Create Vue Project

vue init webpack <PROJECT NAME> # create the project using the vue's cli.
cd <PROJECT NAME>
npm i