项目作者: Epistol

项目描述 :
Simpson's ratings dashboard
高级语言: Vue
项目地址: git://github.com/Epistol/S-Ratings.git
创建时间: 2020-04-25T23:59:33Z
项目社区:https://github.com/Epistol/S-Ratings

开源协议:

下载


logo

Simpsons rating dashboard

Introduction

It’s a little experiment made with the TMDB API to show all the ratings of every episode of the Simpsons.

Tech used : TMDB, Nuxt, Typescript, Composition API, Tailwind, Vuetify

Screenshot

screenshot

Build Setup

  1. # install dependencies
  2. $ yarn install
  3. # serve with hot reload at localhost:3000
  4. $ yarn dev
  5. # build for production and launch server
  6. $ yarn build
  7. $ yarn start
  8. # generate static project
  9. $ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.