https://github.com/vahidzee/espnfrontend
Sharif University of Technology - Web Programmings - Fall 2018 - Course Project: Front-End
https://github.com/vahidzee/espnfrontend
es6 front-end javascript vuejs2 vuex web-programming
Last synced: about 1 month ago
JSON representation
Sharif University of Technology - Web Programmings - Fall 2018 - Course Project: Front-End
- Host: GitHub
- URL: https://github.com/vahidzee/espnfrontend
- Owner: vahidzee
- Created: 2018-12-11T14:58:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T19:36:46.000Z (over 7 years ago)
- Last Synced: 2025-05-15T20:09:05.268Z (about 1 year ago)
- Topics: es6, front-end, javascript, vuejs2, vuex, web-programming
- Language: Vue
- Homepage:
- Size: 27.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# espn-reborn
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).