https://github.com/silianpan/nightjar
连接扫码枪二维码扫描器Electron桌面版
https://github.com/silianpan/nightjar
electron electron-vue vue
Last synced: about 1 year ago
JSON representation
连接扫码枪二维码扫描器Electron桌面版
- Host: GitHub
- URL: https://github.com/silianpan/nightjar
- Owner: silianpan
- Created: 2017-11-26T16:36:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T03:40:36.000Z (almost 6 years ago)
- Last Synced: 2025-03-22T05:51:09.725Z (over 1 year ago)
- Topics: electron, electron-vue, vue
- Language: JavaScript
- Homepage:
- Size: 2.5 MB
- Stars: 16
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nightjar
> 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
# run unit & end-to-end tests
npm test
# lint all JS/Vue component files in `src/`
npm run lint
```
---
This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).