|
|
|
|
|
by williamdclt
2555 days ago
|
|
I keep hearing this "a vue component is still as simple as {template: 'hi'}". Genuine question: I've been using Vue for the last couple of months, is anybody actually using this in the real world? Instead of vue-cli apps with single-file components (which is the other argument often seen)? |
|
That led me to create my own architecture to scaffold vue apps, which Evan You seems to hate.
https://github.com/vuejs/vue/issues/8106
In this comment, I showcased some production apps running with this:
https://github.com/vuejs/vue/issues/8106#issuecomment-386064...
https://github.com/vuejs/vue/pull/8807
I have improved this architecture even further in new apps, but I hadn't time yet to update the "vue-generator" boilerplate.