797 Views
Vue's flexible and lightweight nature makes it really awesome for developers who quickly want to scaffold small and medium scale applications. However, Vue's current API has certain limitations when it comes to maintaining growing applications. This is because the API organizes code by component options ( Vue's got a lot of them) instead of logical concerns.
0 comments