Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```