https://github.com/dusansimic/maker-panel-frontend
https://github.com/dusansimic/maker-panel-frontend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dusansimic/maker-panel-frontend
- Owner: dusansimic
- License: mit
- Created: 2017-12-26T14:03:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T23:50:05.000Z (about 7 years ago)
- Last Synced: 2025-02-12T05:43:01.642Z (4 months ago)
- Language: JavaScript
- Size: 2.33 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# maker-panel
> Maker panel for viewing sensor data.
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).