https://github.com/hiro0218/original-dialog-creator
ダイアログを簡単に再現するアプリ
https://github.com/hiro0218/original-dialog-creator
dialog electron electron-app
Last synced: about 2 months ago
JSON representation
ダイアログを簡単に再現するアプリ
- Host: GitHub
- URL: https://github.com/hiro0218/original-dialog-creator
- Owner: hiro0218
- Created: 2017-05-15T10:59:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-23T11:57:10.000Z (about 9 years ago)
- Last Synced: 2025-03-30T18:14:35.847Z (about 1 year ago)
- Topics: dialog, electron, electron-app
- Language: JavaScript
- Size: 2.24 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# original-dialog-creator
> ダイアログを簡単に再現する
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron app for production
npm run build
# lint all JS/Vue component files in `app/src`
npm run lint
# run webpack in production
npm run pack
```
More information can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/en/npm_scripts.html).
---
This project was generated from [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about this project can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).