https://github.com/faezeh-khd/movie-web-app
building a simple movie application utilizing Vuex, Vue Router, Axios and more.
https://github.com/faezeh-khd/movie-web-app
axios css3 html javascript vuejs vuex
Last synced: 3 months ago
JSON representation
building a simple movie application utilizing Vuex, Vue Router, Axios and more.
- Host: GitHub
- URL: https://github.com/faezeh-khd/movie-web-app
- Owner: Faezeh-khd
- Created: 2022-11-25T08:46:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T11:30:45.000Z (over 2 years ago)
- Last Synced: 2025-01-22T15:11:24.406Z (4 months ago)
- Topics: axios, css3, html, javascript, vuejs, vuex
- Language: Vue
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# movie-app
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).