Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/misterquestions/hackathon_plataforma
https://github.com/misterquestions/hackathon_plataforma
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/misterquestions/hackathon_plataforma
- Owner: misterquestions
- License: gpl-3.0
- Created: 2019-12-07T17:29:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T20:25:58.000Z (almost 3 years ago)
- Last Synced: 2024-04-15T16:02:04.263Z (9 months ago)
- Language: Vue
- Size: 840 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# agora
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).