https://github.com/thecoderdream/vue-typescript-rxjs-movie-app
https://github.com/thecoderdream/vue-typescript-rxjs-movie-app
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thecoderdream/vue-typescript-rxjs-movie-app
- Owner: TheCoderDream
- Created: 2020-11-18T07:50:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-18T08:26:47.000Z (over 5 years ago)
- Last Synced: 2025-06-24T06:43:22.465Z (11 months ago)
- Language: Vue
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# interview-test
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).