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
- Host: GitHub
- URL: https://github.com/rtbo/cycleplan
- Owner: rtbo
- Created: 2021-07-13T19:06:33.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-25T18:36:02.000Z (almost 5 years ago)
- Last Synced: 2025-07-01T11:05:17.765Z (11 months ago)
- Language: Vue
- Size: 415 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).