https://github.com/samuelnovaes/plot-it-online
Online version of Plot It
https://github.com/samuelnovaes/plot-it-online
Last synced: 3 months ago
JSON representation
Online version of Plot It
- Host: GitHub
- URL: https://github.com/samuelnovaes/plot-it-online
- Owner: samuelnovaes
- Created: 2018-10-11T08:52:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:30:53.000Z (over 2 years ago)
- Last Synced: 2025-01-14T09:12:56.542Z (4 months ago)
- Language: JavaScript
- Size: 5.29 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# plot-it-online
> An online version of plot-it
## 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
```For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).