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

https://github.com/rtbo/cycleplan

Plan cycles for machines, assembly line, or any kind of cyclic pattern
https://github.com/rtbo/cycleplan

Last synced: 4 months ago
JSON representation

Plan cycles for machines, assembly line, or any kind of cyclic pattern

Awesome Lists containing this project

README

          

# cycleplan

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn serve
```

### Compiles and minifies for production
```
yarn build
```

### Run your unit tests
```
yarn test:unit
```

### Lints and fixes files
```
yarn lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).