Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorgarciaesgi/vicflix
My portfolio taking inspiration of Netflix UI
https://github.com/victorgarciaesgi/vicflix
Last synced: 4 days ago
JSON representation
My portfolio taking inspiration of Netflix UI
- Host: GitHub
- URL: https://github.com/victorgarciaesgi/vicflix
- Owner: victorgarciaesgi
- Created: 2019-04-02T11:49:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T17:20:47.000Z (about 1 month ago)
- Last Synced: 2024-11-23T18:22:32.967Z (about 1 month ago)
- Language: Vue
- Homepage: https://vicflix.dev
- Size: 28.9 MB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vicflix
![Vicflix](https://github.com/victorgarciaesgi/vicflix/blob/master/media/vicflix.jpeg?raw=true)
# Stack
- Nuxt 2, Vue 2
- Typescript
- Tailwind v2
- Animejs
- Dark/light mode with css vars
- Postcss 8# Dependencies Installation
```bash
yarn
```# Change API url endpoint
- `env.development` -> `NUXT_ENV_API_URL` envirronement for development
- `env.production` -> `NUXT_ENV_API_URL` envirronement for production# Developpment
```bash
yarn dev
```Endpoint: [localhost:4100](http://localhost:4100)
### Production build
complete `.env.production` with according API URLs
```bash
yarn deploy production
```