Animeloop web app written from scratch, built with Nuxt.js.
The backend is powered by animeloop-server. The loops is generated using animeloop-cli.
- PWA with Service Worker
- Dirty i18n
- Updated to API v2
- Clean up Spaghetti code
- Styles refactoring
- SeriesPage code refactoring
- Unit Testing
- ListPage by Season
# add API config
$ cp config.example.js config.js
$ $EDITOR config.js
# install dependencies
$ yarn install
# serve with hot reload at localhost:3333
$ yarn dev
# generate styleguidist
$ yarn styleguidist:build
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
For detailed explanation on how things work, checkout the Nuxt.js docs.
Moeoverflow: Animeloop API Backend
@Nanozuki (Telegram): API Handler, Navbar, Some code formatting
OrcaXS Suen: Everything else