V
V
Vasily Nazarov2017-04-24 12:39:29
Vue.js
Vasily Nazarov, 2017-04-24 12:39:29

Is Vue mature enough?

We are looking for a technology to replace jQuery. Monsters React and Angular are not considered, but Vue beckons.
But there is something.
For Jquery in the form of plugins, there are solutions to many typical tasks, but what do we have for Vue?
In particular, such things are of particular interest:
- Dynamic tables, with search, sorting, customization (using DataTables )
- Heaped <select> (using Selectize )
- Date/Time picker

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Andrey B., 2017-04-24
@andykov

https://github.com/vuejs/awesome-vue

E
Evgeny Kulakov, 2017-04-24
@kulakoff Vue.js

The framework is young, the ecosystem, of course, will be narrower than older solutions.
If you haven’t found a ready-made solution on vue, you can wrap the necessary jquery component in vue for your tasks.

B
Bogdan Dukhevich, 2017-04-27
@landen13

Nothing prevents you from making a Vue wrapper over jQuery planin. The official documentation has an example with select2.
Tables with sorting are made very simply, there are a lot of examples.
There is a great custom select - vue-multiselect.
I have not come across this, but I think it will not be difficult to google.
About ripened or not: YES, RIPPED. Version 2.3 has already been released, the official vue-router and vuex plugins are also stable, there is excellent documentation and tutorials. Of course, there may be a problem with finding any specific components, and you need to be prepared for this. Over time, their number and quality will grow.

V
vism, 2017-04-24
@vism

Came to the conclusion to use vue and jquery together.
View for separating components, jquery for selects and other beauty

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question