Re: [web2py] Web2Py + VueJS SPA (Webpack)

2017-11-30 Thread Milton A
+1 It seems that using the cli is becoming standard these days but I still like the original simplicity of being able to write js without need for nodejs. On Sun, Nov 26, 2017 at 6:21 PM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > It seems that using the cli is becoming standard the

Re: [web2py] Web2Py + VueJS SPA (Webpack)

2017-11-27 Thread joseph simpson
Yes, please ... Looking forward to this combination .. On Mon, Nov 27, 2017 at 10:44 PM, José Luis Redrejo wrote: > I have begun to work on an easy setup, integrated with the way web2py > works. I have little free time to work on it, so it's not finished yet, but > I hope to have it ready soon.

Re: [web2py] Web2Py + VueJS SPA (Webpack)

2017-11-27 Thread José Luis Redrejo
I have begun to work on an easy setup, integrated with the way web2py works. I have little free time to work on it, so it's not finished yet, but I hope to have it ready soon. It's based on manual implementations I have done in production applications, but done in a more general and easy to use way

Re: [web2py] Web2Py + VueJS SPA (Webpack)

2017-11-27 Thread Massimo Di Pierro
I agree. I wish there was a way (and may be there is but I do not know) to to what webpack does from inside the browser of the developer so that the developer does not have to install node. If that were possible we could distribute vue components with web2py and not worry about users installing

Re: [web2py] Web2Py + VueJS SPA (Webpack)

2017-11-27 Thread Richard Vézina
Anvil seems pretty nice... But 49$/month is quite expensive... It professionnal tool and not open source I guess... I am not in the bangwagon of the UI drag and drop kind of thing as such kind of product (which work well in the begining) often ends up difficult to make working as simply in the long

Re: [web2py] Web2Py + VueJS SPA (Webpack)

2017-11-27 Thread JorgeH
I second this, On Monday, November 27, 2017 at 3:13:27 PM UTC-5, José L. wrote: > > Massimo, I am sure most of the people in this group agree with you, having > the same preference. Coming from the python world we feel more comfortable > using that kind of js interaction. > I am one of them, and

Re: [web2py] Web2Py + VueJS SPA (Webpack)

2017-11-27 Thread José Luis Redrejo
Massimo, I am sure most of the people in this group agree with you, having the same preference. Coming from the python world we feel more comfortable using that kind of js interaction. I am one of them, and I chose web2py for my personal work some years ago because of its simplicity against other

Re: [web2py] Web2Py + VueJS SPA (Webpack)

2017-11-26 Thread Massimo Di Pierro
It seems that using the cli is becoming standard these days but I still like the original simplicity of being able to write js without need for nodejs. I tend to program in this way: #... in index.html next next start again

Re: [web2py] Web2Py + VueJS SPA (Webpack)

2017-11-15 Thread Carlos A. Armenta Castro
Hi José, I'm not in a hurry, but I will appreciate so much your help. Thank you! P.S. Your recipe with the Webpack proxyTable is working like a charm in my dev server. 😅 > lso, in webpack.config.babel.js configuration file , if you add > > > devServer: { > host: '127.0.0.1', > port:

Re: [web2py] Web2Py + VueJS SPA (Webpack)

2017-11-14 Thread José Luis Redrejo
I will do it this weekend, by the way crud is not simple at all. In fact it's one of the most complex things ;) 2017-11-15 3:04 GMT+01:00 黄祥 : > i'm interest too, could you give some simple example (crud) to learn how > it works? > > thanks and best regards, > stifan > > -- > Resources: > - http

Re: [web2py] Web2Py + VueJS SPA (Webpack)

2017-11-14 Thread 黄祥
i'm interest too, could you give some simple example (crud) to learn how it works? thanks and best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Is

Re: [web2py] Web2Py + VueJS SPA (Webpack)

2017-11-14 Thread José Luis Redrejo
Carlos, by the way, if you are not in a hurry I can prepare a proof of concept this weekend. I just can tell it really works because I am using it in a system in production. Of course, that's the develop setup, once develop is done in production we use nginx-uwsgi only, but in that case there's no

Re: [web2py] Web2Py + VueJS SPA (Webpack)

2017-11-14 Thread José Luis Redrejo
Hi Carlos I would recommend you to use this webpack helper: https://github.com/Plortinus/vue-multiple-pages Doing "vue init Plortinus/vue-multiple-pages new-project" you get the structure to work, just add the div for app to the class and import the page js per each page. Also, in webpack.config.