This commit is contained in:
conky
2022-05-31 09:36:31 +03:00
commit d0b99de71c
13 changed files with 6301 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# esp32-rc-car-controller
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).