mchandleraz / realworld-vue

Thinkster RealWorld Vue.js implementation
https://realworld.io
116 stars 27 forks source link

Fix dependency #1

Closed michalzagrodzki closed 7 years ago

michalzagrodzki commented 7 years ago
  1. Add missing dependency - axios and vue-axios
  2. Correct order of imported elements in main.js - according to eslint.
  3. Replace 'require' with 'import' in tagsService.js and postsService.js
michalzagrodzki commented 7 years ago

Glad you merged it. Waiting for approval of next PR.