https://github.com/adkcodexd/mmgc-frontend
黄金祭MMGC,仅供MMGC使用,Nuxt3学习案例,官网前端。采用Nuxt3 正式版,支持国际化,封装fetch,采用了ElementPlus组件库。
https://github.com/adkcodexd/mmgc-frontend
nuxt nuxt3 nuxtjs typescript vue
Last synced: 10 months ago
JSON representation
黄金祭MMGC,仅供MMGC使用,Nuxt3学习案例,官网前端。采用Nuxt3 正式版,支持国际化,封装fetch,采用了ElementPlus组件库。
- Host: GitHub
- URL: https://github.com/adkcodexd/mmgc-frontend
- Owner: ADKcodeXD
- License: mit
- Created: 2022-10-11T16:18:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-05-24T14:53:04.000Z (about 1 year ago)
- Last Synced: 2025-07-26T13:55:07.074Z (11 months ago)
- Topics: nuxt, nuxt3, nuxtjs, typescript, vue
- Language: Vue
- Homepage: https://mirai-mad.com
- Size: 24.8 MB
- Stars: 21
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MMGC-frontent 黄金祭赛事官网前端
本项目基于Nuxt3建立而成
## 项目功能点
- 由Nuxt3带来的服务端渲染
- 支持了三语国际化 中文英文和日文
- 对elementPlus 做了主题定制
- 采用Videojs/vue 进行视频播放
- 动态背景化
## 可改进点
- 支持移动端
- 支持主题样式自定义
- 支持更加正确的路由跳转动画(to be solved : Nuxt3-Bug)
## 项目运行&启动
确保你需要拥有nodejs 16.0以上的环境
```bash
yarn install
```
安装依赖
- 正常启动
```bash
yarn run dev
```
- pm2 直接启动 请确保你的PM2已被安装
```bash
yarn run build && yarn run start
```
- node 直接启动
```bash
yarn run build && yarn run start:node
```