Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T17:18:45.000Z (6 months ago)
- Last Synced: 2024-10-15T01:42:36.868Z (about 1 month ago)
- Topics: nuxt, nuxt3, nuxtjs, typescript, vue
- Language: Vue
- Homepage: https://mirai-mad.com
- Size: 24.6 MB
- Stars: 20
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
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
```