apex / up-examples

Example apps, apis, and sites for Up.
389 stars 42 forks source link

vuejs project #50

Closed jalateras closed 7 years ago

jalateras commented 7 years ago

Any interest in putting together a simple vuejs example?

kaihendry commented 7 years ago

Is there any point? It's a static front end-y thing?

lukeed commented 7 years ago

There is a server-side aspect, which is what I assume the ticket is for, but it doesn't bring much unique value to the table, since Nuxt is meant to be exactly like Next.

jalateras commented 7 years ago

This is just a static project using vuejs ... so maybe not much value

kaihendry commented 7 years ago

Oh NUXT is a server side renderer for VueJS applications? Nice! Didn't even know about it. Interesting ! https://nuxtjs.org/guide

tj commented 7 years ago

Hmm Vue is definitely uber-popular. Maybe we can make it a more unique example by having a backend for it as well, either like:

./api/up.json
./app/up.json

Or maybe both in one Node app.

apertureless commented 7 years ago

Well the nuxt config is pretty much the same as the next config. However I ran into problems with extreme weird output. May be related to the subfolders in which the app runs /developemt/ etc.

I will however test it with domains tho.

zzz6519003 commented 7 years ago

@tj Hey Man! See you again! I'm actually looking for solution for a small web app, I'm in china(these days the internet like google don't work out very fine...(because we have F gfw...))

If it's in old days, I would use Rails, But serverless looks like a so easy-no-configuration, and fashion!

I also know there're meteor things, but I wanna ask for your advice, because you are way cooler!

:beers: sorry for interrupting you guys! 🐑 @tj

zzz6519003 commented 7 years ago

I'm also willing to try some go!