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.
- Host: GitHub
- URL: https://github.com/frejs/emp-ide
- Owner: frejs
- Created: 2020-10-21T12:25:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-21T12:17:20.000Z (over 5 years ago)
- Last Synced: 2024-12-27T07:43:00.842Z (over 1 year ago)
- Homepage:
- Size: 1.68 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```