An open API service indexing awesome lists of open source software.

https://github.com/encaik/wanjie


https://github.com/encaik/wanjie

angular game typescript

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

![wanjie](https://socialify.git.ci/Encaik/wanjie/image?font=Raleway&language=1&name=1&owner=1&pattern=Circuit%20Board&stargazers=1&theme=Light)

# 万界文字修仙游戏

![Vercel Deploy](https://deploy-badge.vercel.app/vercel/wanjie)
[![codecov](https://codecov.io/gh/Encaik/wanjie/graph/badge.svg?token=yC60cdCWP1)](https://codecov.io/gh/Encaik/wanjie)
[![Angular Auto Test](https://github.com/Encaik/wanjie/actions/workflows/node.js.yml/badge.svg)](https://github.com/Encaik/wanjie/actions/workflows/node.js.yml)

![Alt](https://repobeats.axiom.co/api/embed/077c970f2749f7cefbc252e5d46cf32c750a2298.svg "Repobeats analytics image")

## 测试覆盖率

![img](https://codecov.io/gh/Encaik/wanjie/graphs/tree.svg?token=yC60cdCWP1)

## 项目运行

### 环境准备

确保已安装 Node.js (推荐版本 v20 或以上)。

### 安装依赖

``` bash
yarn install
```

### 启动项目

```bash
yarn run start
```

### 常见问题

如果遇到依赖包版本冲突,请尝试清除缓存后重新安装依赖: npm cache clean --force && npm install
构建失败时检查tsconfig.json配置是否正确。

## 目录结构

src/ - 源代码存放目录

assets/ - 资源文件夹

components/ - 通用组件

layouts/ - 页面布局

pages/ - 页面组件

services/ - 服务相关文件夹

utils/ - 通用工具类