The CUTEST Visual Novel / Galgame Forum! KUN Visual Novel Forum front-end project
Go to file
2023-06-08 22:39:53 +08:00
.vscode add topic info api, rebuild main page topic 2023-06-08 18:33:30 +08:00
history update README, preview 2023-06-06 14:59:07 +08:00
introduction/images update introduction 2023-06-06 15:03:34 +08:00
public Create KUNGalgame Vue version 2023-04-14 21:58:13 +08:00
server complete main page fetch topic data 2023-06-08 22:39:53 +08:00
src complete main page fetch topic data 2023-06-08 22:39:53 +08:00
.gitignore fix scss 2023-05-25 21:43:42 +08:00
index.html Edit page 2023-05-11 00:46:20 +08:00
LICENSE Create LICENSE 2023-06-06 15:07:56 +08:00
package.json update dependencies, fix alert Vite Server Options (server.fs.deny) can be bypassed using double forward-slash (//) 2023-06-06 13:59:27 +08:00
pnpm-lock.yaml update dependencies, fix alert Vite Server Options (server.fs.deny) can be bypassed using double forward-slash (//) 2023-06-06 13:59:27 +08:00
README.md Update preview 2023-06-06 15:04:52 +08:00
tsconfig.json editor error 2023-05-10 18:04:28 +08:00
tsconfig.node.json Create KUNGalgame Vue version 2023-04-14 21:58:13 +08:00
vite.config.ts fix pool page 2023-06-07 18:10:53 +08:00

KUNGalgame 论坛的 Vue 前端重构版本

.

介绍

KUNGalgame —— 世界上最萌的 Galgame 论坛!

为营造最良好的 Galgame 讨论环境为目的进行努力!

Tips: 网站目前正在建设中······

运营理念

  • 世界上最萌的 galgame 论坛
  • 以营造最良好的氛围为理念
  • 永远不会有广告
  • 永远不会收费

项目介绍

.

简介

.

这是KUNGalgame-pure-css重构版本,使用 Vite + Vue3 + Vue-router4 + Typescript + SCSS + Pinia 作为前端技术栈,不依赖任何 UI 框架,因为这个项目主打的就是非 UI 框架,世界都一样多没意思呀。由于我的 VScode 自带ESLint等必要插件,所以并未在项目中进行集成,预计在项目的第一个版本上线时会集成必要的环境类项目配置。

.

前端项目成型时在项目根目录有一个自带的微型express服务器可启动,存放于server文件夹,这并不是该项目的后端,只是一个类似于mockjs的数据模拟而已,我们的后端计划使用Rust编写

.

预览

原项目的地址为:https://github.com/KUN1007/kungalgame-pure-css

但是我们在重构的时候增加了大量的内容,并且将图标由fontawesome改为了iconify,所以外观可能会不同,这里仅展示主页预览

启动方法

前端

git clone https://github.com/KUN1007/KUNGalGame-vue

cd KUNGalGame-vue

pnpm i

vite dev

服务端

cd server

pnpm start

.

注意事项

将要发布的只是 V1 版本,我们在设计之初就已经规划好了 V2, V3 版本的内容,包括对 VNDB 批评空间 bangumi 等网站的数据进行分析流媒体发布上传发布视频APP 版本等等。总之,只要您能想到的,我们都会尽力实现。

.

开源声明

本项目遵从GPL开源协议