https://github.com/btholt/robot-builder
https://github.com/btholt/robot-builder
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/btholt/robot-builder
- Owner: btholt
- Created: 2019-06-25T05:02:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:03:37.000Z (over 3 years ago)
- Last Synced: 2025-12-23T03:46:23.696Z (6 months ago)
- Language: Vue
- Size: 3.67 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# build-a-bot
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).