An open API service indexing awesome lists of open source software.

https://github.com/frejs/emp-ide

An EMP IDE base electron and Vue.js.
https://github.com/frejs/emp-ide

Last synced: 5 months ago
JSON representation

An EMP IDE base electron and Vue.js.

Awesome Lists containing this project

README

          

# emp-ide

> An electron-vue project

#### Build Setup

``` bash
# 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
```