https://github.com/kadobot/epic-seven-ranking
Rank your heroes
https://github.com/kadobot/epic-seven-ranking
Last synced: 6 days ago
JSON representation
Rank your heroes
- Host: GitHub
- URL: https://github.com/kadobot/epic-seven-ranking
- Owner: KadoBOT
- Created: 2019-03-27T06:47:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T14:50:34.000Z (over 2 years ago)
- Last Synced: 2025-06-04T18:18:31.570Z (14 days ago)
- Language: TypeScript
- Homepage: https://awesome-brown-ccfb1e.netlify.com/
- Size: 1.99 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# epic7
## 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
```### Run your end-to-end tests
```
yarn run test:e2e
```### Run your unit tests
```
yarn run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).