Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1000 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 1000 Bytes

mmb-electron

This repo contains the new MMB Graphical User Interface based on the Electron framework and integrated via vue.js.

A electron-vue project

Build Setup

For Windows, get the latest installer for node at [https://nodejs.org]. Linux users can find it in the repos of their distro. Then:

# install dependencies
npm install

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

# build electron application for production
npm run build

# lint all JS/Vue component files in `src/`
npm run lint

# build server version
npm run build:server

# run server (in server/)
npm start

This project was generated with electron-vue@8fae476 using vue-cli. Documentation about the original structure can be found here.