https://github.com/joostlek/botss-ui
https://github.com/joostlek/botss-ui
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joostlek/botss-ui
- Owner: joostlek
- Created: 2021-02-04T13:09:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-11T14:20:39.000Z (about 4 years ago)
- Last Synced: 2025-02-05T18:05:46.469Z (4 months ago)
- Language: Vue
- Size: 544 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# botss
## 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/).