Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/biyuehu/animewall
- Owner: BIYUEHU
- License: mit
- Created: 2023-08-30T10:08:22.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-19T07:57:24.000Z (10 months ago)
- Last Synced: 2024-02-19T08:54:08.167Z (10 months ago)
- Topics: acg, anime, bangumi, bangumi-api, gal, galgame, typescript, vite, vue, website
- Language: Vue
- Homepage: https://hotaru.icu/anime.html
- Size: 84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```