/hongik-film-online-exhibition

홍익대학교 영화전공 온라인 졸업상영회 (Hongik Univ. Movie Major Online Exhibition)

Primary LanguageVue

홍익대학교 영화전공 온라인 졸업상영회

Hongik Univ. Film Major Online Exhibition

이 프로젝트는 홍익대학교 영화전공 온라인 졸업상영회 소스코드 입니다. 해당 프로젝트에 대한 모든 저작권은 홍익대학교 영화전공 졸업준비위원회에 있습니다.

해당 프로젝트는 Nuxt 바탕으로 제작된 정적 사이트이며 Netlify를 통해 호스팅하고 있습니다. 추가적으로, 정적 데이터 외로는 Firebase를 통해 데이터 관리 및 보관을 하고 있습니다.

This project is the source code for Hongik University Film Major's Online Exhibiton. All of the source code and the project as its entirety are owned by Hongik University film major graduation preparation committee.

The project is created using Nuxt and the project is hosted using Netlify. Aside from the static data, this project also utilizes Firebase as a method to manage and contain other additional dynamic data.

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.