interactionlab / NLATool

Natural Language Analysis Tool
GNU General Public License v3.0
5 stars 0 forks source link

Re-Integrate express-vue #69

Open telion2 opened 6 years ago

telion2 commented 6 years ago

One of our main packages has made a major update, which demands some code changes so that the project can work with the new module again. If we update this module we can finally use node-modules on our frontend like vuex which will make the whole datamanagement a lot easier in a lot of ways.

Read these 2 Issue before trying to migrate to prevent errors. https://github.com/express-vue/express-vue/issues/159 https://github.com/express-vue/express-vue/issues/158

Also when working on this issue please switch to the 'testNewExpressVue' branch.

telion2 commented 6 years ago

the issues of express-vue are solved. We can re-integrate the whole thing now. This also means that #86 can be solved with the pako approach.

telion2 commented 6 years ago

It seems a new bug appered making mixins unusable for now: https://github.com/express-vue/express-vue/issues/163