Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thuongtruong1009/moviela
📺 Short movie by SSR in Nuxtjs combine Vuejs and WindiCSS 💦
https://github.com/thuongtruong1009/moviela
api css deploy github github-actions github-config html layouts movies netlify nuxt3 nuxtjs pages ssr typescript vuejs yarn
Last synced: 9 days ago
JSON representation
📺 Short movie by SSR in Nuxtjs combine Vuejs and WindiCSS 💦
- Host: GitHub
- URL: https://github.com/thuongtruong1009/moviela
- Owner: thuongtruong1009
- License: mit
- Created: 2021-12-13T08:16:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T19:33:01.000Z (almost 3 years ago)
- Last Synced: 2024-11-17T06:44:25.341Z (2 months ago)
- Topics: api, css, deploy, github, github-actions, github-config, html, layouts, movies, netlify, nuxt3, nuxtjs, pages, ssr, typescript, vuejs, yarn
- Language: Vue
- Homepage: https://moviela.netlify.app/
- Size: 1000 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
We recommend to look at the [documentation](https://v3.nuxtjs.org).
## Setup
Make sure to install the dependencies
```bash
yarn install
```## Development
Start the development server on http://localhost:3000
```bash
yarn dev
```## Production
Build the application for production:
```bash
yarn build
```Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).