mirror of
https://github.com/eugene-serb/wavelovers.git
synced 2023-09-09 23:41:16 +03:00
32 lines
855 B
Markdown
32 lines
855 B
Markdown
|
# Wavelovers
|
||
|
Wavelovers in ***VueJS***, ***Javascript***, ***HTML*** and ***CSS*** **[[rep](https://github.com/eugene-serb/wavelovers/), [site](https://wavelovers.ru/)]**.
|
||
|
|
||
|
This is Wavelovers, which can make a vibrating massager out of a gamepad. It has 16 free vibration patterns to play with.
|
||
|
|
||
|
If you are interested in this or my other projects, or would like to suggest and share ideas with me, or just talk to me, contact me: *[@eugene_serb](https://t.me/eugene_serb)*
|
||
|
|
||
|
Follow me on Twitter: *[@eugene_serb](https://twitter.com/eugene_serb)*
|
||
|
|
||
|
## Project setup
|
||
|
```
|
||
|
npm install
|
||
|
```
|
||
|
|
||
|
### Compiles and hot-reloads for development
|
||
|
```
|
||
|
npm run serve
|
||
|
```
|
||
|
|
||
|
### Compiles and minifies for production
|
||
|
```
|
||
|
npm run build
|
||
|
```
|
||
|
|
||
|
### Lints and fixes files
|
||
|
```
|
||
|
npm run lint
|
||
|
```
|
||
|
|
||
|
### Customize configuration
|
||
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|