Extended statistics for a popular anime and manga progress tracking website, AniList
This app is written using Vue with TypeScript, powered by Vite. The API uses GraphQL.
- Development:
npm run dev
- Build for production:
npm run build
- Run tests:
npm run test:unit