Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ratracegrad/visual-planner
Demonstration of drag and drop in Vue application.
https://github.com/ratracegrad/visual-planner
Last synced: 4 days ago
JSON representation
Demonstration of drag and drop in Vue application.
- Host: GitHub
- URL: https://github.com/ratracegrad/visual-planner
- Owner: ratracegrad
- Created: 2019-06-11T17:46:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T23:57:11.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T12:06:38.174Z (over 1 year ago)
- Language: Vue
- Homepage: https://visual-planner-566fb.firebaseapp.com/
- Size: 3.29 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visual Planner
This project was created to demonstrate the ability to add drag and drop in a Vue application.
We will have a list of machines at our plants. Each machine will have a schedule of jobs that will be run that day. Plant Managers can drag and drop to change the start time for any job.
## Screenshots
Here is a screenshot of the application running:
![Visual Planner Screenshot](/screenshots/visualPlanner.png?raw=true "Visual Planner")
## Live Demo
[You may view this application live here](https://visual-planner-566fb.firebaseapp.com/)
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```