강의

멘토링

커뮤니티

BEST
Programming

/

Front-end

Practical front-end skills learned through Trello development: Vuejs, Vuex, Vue-Router

You can learn intermediate Vuejs techniques (Vuex, Vue-Router, Http) through the process of implementing other web applications with your own hands. This is a lecture where you can also experience how to collaborate, as publishing results, API servers, and documentation are pre-configured.

(4.8) 85 reviews

1,419 learners

Level Intermediate

Course period Unlimited

  • jeonghwan
JavaScript
JavaScript
Vue.js
Vue.js
JavaScript
JavaScript
Vue.js
Vue.js

Fixed sqlite3 related errors.

When installing lecture-vue-trello-server project dependency, sqlite3 version issue sometimes occurs.

You can resolve this issue by installing the latest version, sqlite3 v5, instead of the existing sqlite3 v4.
Please see the package.json file update notes

If you were previously using lecture-vue-trello-server, you can download the latest version code.

  • git pull

Related question: https://www.inflearn.com/questions/75239

Comment