Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
List of anime and its details. Built with Nuxt.js and Tailwindcss, API fetched from jikan.moe.
Nuxt Weebflix Animelist is a Nuxt.js and Tailwind CSS template that fetches anime data from the Jikan API and renders a browsable list of anime with details.
Nuxt Weebflix Animelist is an open-source Nuxt.js project styled with Tailwind CSS. It consumes the Jikan API (jikan.moe), an unofficial REST API for MyAnimeList, to populate a list of anime and show details about each one. The project runs on Node.js, with standard Nuxt commands for development and production builds, and it can be exported to a static site.
generate command that exports a complete static site.npm run dev for hot reload, npm run build and npm run start for production, plus npm run generate for static output.This template suits developers who want a ready-made Nuxt.js app that pulls live data from a public API. Anime fans can use a deployed version of the site to browse titles and read details. It also serves as a concise learning resource for combining Tailwind CSS with Nuxt.js and making REST API calls.
npm install, then run npm run dev to open a hot-reloading dev server at localhost:3000.npm run generate to output a fully static project that can be hosted on any static file host.The template follows a standard Nuxt.js workflow: install dependencies with npm install, develop with npm run dev, and build for production with npm run build and npm run start. To produce a static version, run npm run generate; Nuxt will prerender all pages into static HTML files.
Jikan is a REST API available at jikan.moe that provides anime and manga data sourced from MyAnimeList. This template uses that API as its data layer.
Clone the repository, install dependencies with npm install, and run npm run dev. Then open http://localhost:3000 in your browser to see the anime list.
Yes. Run npm run generate to create a static version of the project. The output can be hosted on any static hosting service without a Node.js server.
