https://github.com/code-pop/watch-us-build-trello
https://github.com/code-pop/watch-us-build-trello
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-pop/watch-us-build-trello
- Owner: Code-Pop
- Created: 2019-03-29T16:15:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T17:39:56.000Z (over 3 years ago)
- Last Synced: 2025-03-30T05:06:57.248Z (12 months ago)
- Language: JavaScript
- Size: 618 KB
- Stars: 270
- Watchers: 17
- Forks: 177
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# watch-us-build-trello
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).