GithubHelp home page GithubHelp logo

liho98 / moviedb-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 25.55 MB

Inspired by https://dribbble.com/shots/6110528-Entertainment-TV-App-Exploration?fbclid=IwAR3Ekkg2LdyNL7rn1tv3h4fvC6yan_wk1n3i2QrvNMUad8_RKhxl7qO5RL4

Home Page: http://revmonstertest.ddns.net

JavaScript 32.34% HTML 3.27% Vue 64.38%
vue vuetify vuex

moviedb-app's People

Contributors

liho00 avatar liho98 avatar

Watchers

 avatar  avatar

moviedb-app's Issues

Build failed

  • Building for production...
    Browserslist: caniuse-lite is outdated. Please run next command npm update
    Browserslist: caniuse-lite is outdated. Please run next command npm update
    ERROR Failed to compile with 5 errors18:18:08

error in ./src/views/Home.vue

Module Error (from ./node_modules/eslint-loader/index.js):
error: 'id' is assigned a value but never used (no-unused-vars) at src\views\Home.vue:167:11:
165 | async getMovListDetails(list) {
166 | // this.movDetailsList = await list;

167 | let id = await this.$store.state.selectedMovieId;
| ^
168 | this.title = await list.original_title;
169 | this.genres = await list.genres;
170 | this.overview = await list.overview;

error: 'id' is assigned a value but never used (no-unused-vars) at src\views\Home.vue:180:11:
178 | },
179 | async getTvListDetails(list) {

180 | let id = await this.$store.state.selectedMovieId;
| ^
181 | this.title = await list.name;
182 | this.genres = await list.genres;
183 | this.overview = await list.overview;

error: 'newId' is defined but never used (no-unused-vars) at src\views\Home.vue:254:21:
252 | // // this.getImage(newList);
253 | // },

254 | selectedMovieId(newId, oldId) {
| ^
255 | let tab = this.$store.state.selectedTab;
256 | // console.log(tab)
257 | this.changeTab(tab);

error: 'oldId' is defined but never used (no-unused-vars) at src\views\Home.vue:254:28:
252 | // // this.getImage(newList);
253 | // },

254 | selectedMovieId(newId, oldId) {
| ^
255 | let tab = this.$store.state.selectedTab;
256 | // console.log(tab)
257 | this.changeTab(tab);

error: 'OldTab' is defined but never used (no-unused-vars) at src\views\Home.vue:260:25:
258 | this.stop();
259 | },

260 | selectedTab(newTab, OldTab) {
| ^
261 | this.changeTab(newTab);
262 | this.stop();
263 | },

error: 'newList' is defined but never used (no-unused-vars) at src\views\Home.vue:264:22:
262 | this.stop();
263 | },

264 | movieDetailsList(newList, oldList) {
| ^
265 | this.changeTab("Movie");
266 | // console.log("newList")
267 | },

error: 'oldList' is defined but never used (no-unused-vars) at src\views\Home.vue:264:31:
262 | this.stop();
263 | },

264 | movieDetailsList(newList, oldList) {
| ^
265 | this.changeTab("Movie");
266 | // console.log("newList")
267 | },

error: 'newList' is defined but never used (no-unused-vars) at src\views\Home.vue:268:19:
266 | // console.log("newList")
267 | },

268 | tvDetailsList(newList, oldList) {
| ^
269 | this.changeTab("TV Shows");
270 | // console.log(newList)
271 | }

error: 'oldList' is defined but never used (no-unused-vars) at src\views\Home.vue:268:28:
266 | // console.log("newList")
267 | },

268 | tvDetailsList(newList, oldList) {
| ^
269 | this.changeTab("TV Shows");
270 | // console.log(newList)
271 | }

9 errors found.

@ ./src/router/index.js 3:0-37 8:13-17
@ ./src/main.js
@ multi ./src/main.js

error in ./src/components/RightNaviDrawer.vue

Module Error (from ./node_modules/eslint-loader/index.js):
error: 'newList' is defined but never used (no-unused-vars) at src\components\RightNaviDrawer.vue:97:15:
95 | },

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.