Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ur-whitelab/arc-dashboard
https://github.com/ur-whitelab/arc-dashboard
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ur-whitelab/arc-dashboard
- Owner: ur-whitelab
- Created: 2017-08-22T16:30:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T04:31:58.000Z (about 2 years ago)
- Last Synced: 2024-04-15T15:11:13.646Z (9 months ago)
- Language: JavaScript
- Size: 3.07 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# artable-dashboard
> AR Table Dashboard
#### Build Setup
Remember that electron is built against specific versions of node, so
be wary of just blindly upgrading everything.``` bash
# install dependencies
npm install
# rebuild electron
npm rebuild zeromq --runtime=electron --target=1.6.17# serve with hot reload at localhost:9080
npm run dev# build electron application for production
npm run build# run unit 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)@[b31b441](https://github.com/SimulatedGREG/electron-vue/tree/b31b44123ad42acac12337c4955df4ead853f0df) 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).