Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/proofoftom/araboard
https://github.com/proofoftom/araboard
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/proofoftom/araboard
- Owner: proofoftom
- Created: 2020-03-12T07:00:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T04:58:42.000Z (about 2 years ago)
- Last Synced: 2025-01-23T05:16:02.360Z (7 days ago)
- Language: JavaScript
- Homepage: https://araboard.now.sh
- Size: 5.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# araboard
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Run your end-to-end tests
```
yarn test:e2e
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).