Can you help me to choose vuejs vs angularjs in new project and why use that one?
That new project will have only web application.
Did someone use one and go to other and tell me his experience?
I've only used angular, but have been generally happy with it. It can be a bit challenging to wrap your head around, at least in the case of angular 1.x... Angular 2.x is a bit easier to get up to speed on, and has been rebuilt to be considerably more performant than 1.x.. so I would say if you go the angular route, probably favor 2.x over 1.x -- though both will continue to be developed and supported for the foreseeable future.
I have used both Angular 1 and Vue. Both are great frameworks and treat you well, though Vue is simpler, easier to understand and just as powerful. I enjoy using Vue more than I enjoy using Angular. It results in code that is easier to read and projects that are faster to complete.
I attempted to learn Angular for a small piece of a project but I could not get it to work but I was able to Vue to work without much struggle. I seen somewhere that vue is a simpler version or Angular in that if you want to basically replace the need for plain javascript and jquery it is good to use but if you wanted to build a full application (such as a Single Page Application) that Angular works better. In order to develop an SPA with vue you seem to need extra items( Vue-resource, vue-router, and so on) but I believe Angular incorporates these items within the main package.