|
|
|
|
|
by moritzruth
867 days ago
|
|
I know you didn’t explicitly say the opposite, but I want to point out that everything you said about React also works with Vue. You can use .vue files, use JSX or write the h-function invocations by hand. Except for SFC-support, this also works without a build step: https://vuejs.org/guide/quick-start.html#using-vue-from-cdn |
|