https://github.com/davinci2015/vue-movie-api
https://github.com/davinci2015/vue-movie-api
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davinci2015/vue-movie-api
- Owner: davinci2015
- Created: 2019-07-11T07:23:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T01:47:09.000Z (over 2 years ago)
- Last Synced: 2025-01-18T07:26:35.407Z (5 months ago)
- Language: Vue
- Size: 2.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-movie
## 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
```