[GitHub] [zeppelin] zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework

2019-10-09 Thread GitBox
zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework URL: https://github.com/apache/zeppelin/pull/3462#issuecomment-539848627 @malayhm I have merged this PR into branch web_vue, could you close it ?

[GitHub] [zeppelin] zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework

2019-10-08 Thread GitBox
zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework URL: https://github.com/apache/zeppelin/pull/3462#issuecomment-539440284 > Thank you @malayhm and @ieglonew01f > > IMHO it would actually be great to see VueJS to be part of mainstream Zeppelin.

[GitHub] [zeppelin] zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework

2019-09-29 Thread GitBox
zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework URL: https://github.com/apache/zeppelin/pull/3462#issuecomment-536364149 @malayhm I can get it work now. Here're several issues I found now. 1. In the tab mode, the url is never changed when I open

[GitHub] [zeppelin] zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework

2019-09-29 Thread GitBox
zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework URL: https://github.com/apache/zeppelin/pull/3462#issuecomment-536274977 No error displayed in log and web page, just blank page, only the above message `Network: unavailable` suspicious to me.

[GitHub] [zeppelin] zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework

2019-09-29 Thread GitBox
zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework URL: https://github.com/apache/zeppelin/pull/3462#issuecomment-536274353 @malayhm I still only see blank page. Here's what I see, is it expected ? ``` App running at: - Local:

[GitHub] [zeppelin] zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework

2019-09-29 Thread GitBox
zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework URL: https://github.com/apache/zeppelin/pull/3462#issuecomment-536273235 @malayhm Still one error ``` error: Operator '?' must be spaced (space-infix-ops) at

[GitHub] [zeppelin] zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework

2019-09-28 Thread GitBox
zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework URL: https://github.com/apache/zeppelin/pull/3462#issuecomment-536245354 > > Does it require zeppelin server run on localhost:8080 ? Can it work against other port ? > > @zjffdu > Yes, it can

[GitHub] [zeppelin] zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework

2019-09-27 Thread GitBox
zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework URL: https://github.com/apache/zeppelin/pull/3462#issuecomment-535932225 > > Does it require zeppelin server run on localhost:8080? Can it work against other port? > > It should work. How

[GitHub] [zeppelin] zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework

2019-09-27 Thread GitBox
zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework URL: https://github.com/apache/zeppelin/pull/3462#issuecomment-535859958 @malayhm I fail to start the frontend, here's error: ``` error: 'n' is not defined (no-undef) at

[GitHub] [zeppelin] zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework

2019-09-27 Thread GitBox
zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework URL: https://github.com/apache/zeppelin/pull/3462#issuecomment-535858978 > @zjffdu > > > package-lock.json is automatically generated for any operations where npm modifies either the node_modules

[GitHub] [zeppelin] zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework

2019-09-27 Thread GitBox
zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework URL: https://github.com/apache/zeppelin/pull/3462#issuecomment-535852859 @malayhm From frontend engineer's perspective, is `package-lock.json` necessary to be committed ? It is pretty large, and looks

[GitHub] [zeppelin] zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework

2019-09-27 Thread GitBox
zjffdu commented on issue #3462: ZEPPELIN-4138 Zeppelin Notebooks in vue.js framework URL: https://github.com/apache/zeppelin/pull/3462#issuecomment-535852194 Does it require zeppelin server run on localhost:8080 ? Can it work against other port ?