https://github.com/fiveisprime/robot-builder
https://github.com/fiveisprime/robot-builder
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fiveisprime/robot-builder
- Owner: fiveisprime
- Created: 2019-06-04T21:57:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T01:52:57.000Z (over 2 years ago)
- Last Synced: 2025-02-04T14:21:31.951Z (over 1 year ago)
- Language: Vue
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 7
- Open Issues: 11
-
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/).