# nuxt-trailer **Repository Path**: alanhaledc/nuxt-trailer ## Basic Information - **Project Name**: nuxt-trailer - **Description**: 服务端渲染电影预告片网站 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nuxt-trailer > My wondrous Nuxt.js project # 技术栈 **Vue + Nuxt + ElementUI + Koa2 + Mongoose** ## 说明 - 这是一个具有服务端渲染功能的电影预告片网站,使用了 vue 的服务端框架 **nuxt** 来重新构建[原项目](https://github.com/haledc/vue-trailer)。 - [演示地址](http://nuxt-trailer.haledeng.com), [原项目演示地址](http://trailer.haledeng.com)。 ## 安装和启动 ```bash # install dependencies $ yarn # serve with hot reload at localhost:9097 $ yarn dev # build for production and launch server $ yarn build $ yarn start ```