https://github.com/learncodingeasy/movie-app-vue3cli-firebase9
Movie-App-Vue3cli-Firebase9
https://github.com/learncodingeasy/movie-app-vue3cli-firebase9
Last synced: 4 months ago
JSON representation
Movie-App-Vue3cli-Firebase9
- Host: GitHub
- URL: https://github.com/learncodingeasy/movie-app-vue3cli-firebase9
- Owner: LearnCodingEasy
- Created: 2022-08-31T18:07:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T06:31:12.000Z (almost 4 years ago)
- Last Synced: 2025-06-05T03:13:10.046Z (about 1 year ago)
- Language: SCSS
- Homepage:
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# movie-app-vue3cli-firebase9
## 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/).