Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 334 Bytes

development-scripts.md

File metadata and controls

17 lines (12 loc) · 334 Bytes

↤ Developer Overview

Development Scripts

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

electron-vue.