https://github.com/tralves/vuebots
Code from the talk "VUEJS POWERED FLUFFY KILLING ROBOTS"
https://github.com/tralves/vuebots
Last synced: 4 months ago
JSON representation
Code from the talk "VUEJS POWERED FLUFFY KILLING ROBOTS"
- Host: GitHub
- URL: https://github.com/tralves/vuebots
- Owner: tralves
- Created: 2020-06-02T14:51:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T20:07:06.000Z (over 3 years ago)
- Last Synced: 2025-01-22T04:42:20.063Z (6 months ago)
- Language: JavaScript
- Size: 3.76 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vuebots!

This repo contains the code from the talk "VUEJS POWERED FLUFFY KILLING ROBOTS".
(link to talk will go here soon)
#### `reactivity/`
`reactivity/` contains the first experiments using `@vue/reactivity` to control LEDs, react to (physical) buttons and potentiometers.
#### `components/`
In `components/`, we use `@vue/runtime-test` to create `Led` and `Button` components that can be mounted and "rendered" together.
#### `vuebot3000/`

A vuebot capable of expressing the full range of human emotion: sadness/happiness and evil/good.
Uses vue components compose the robot logic and even a "use function" to abstract eye blinking.