Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/biyuehu/animewall

anime and galgame of collection's show list base on vue and typescript by bangumi API
https://github.com/biyuehu/animewall

acg anime bangumi bangumi-api gal galgame typescript vite vue website

Last synced: 6 days ago
JSON representation

anime and galgame of collection's show list base on vue and typescript by bangumi API

Awesome Lists containing this project

README

        

# animewall








⚡番组计划收藏动画&Galgame展示网页,基于Vue+TypeScript+Vite开发⚡

## Install

```bash
git clone https://github.com/BIYUEHU/animewall.git
```

打开`src/config.ts`文件

```typescript
export default {
userName: 'himeno',
};
```

将`userName`更改为你的番组计划用户名或用户ID

> [Bangumi](https://bgm.tv/)

编译

```bash
npm run build
```