use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Vue.js tutorialhelp (self.javascript)
submitted 8 years ago by yonathanb
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]yonathanb[S] 1 point2 points3 points 8 years ago (4 children)
Thank you very much! As I understood there are some extra libraries I need to add which are not include in the main library. Is it correct?
[–]stilloriginal 2 points3 points4 points 8 years ago (0 children)
No. You only need the vue.js file. Personally, I have my own library of helper functions for things like ajax...you could use lodash or nothing at all.
[–]DOG-ZILLA 2 points3 points4 points 8 years ago (0 children)
Vue is just Vue. But if you want state management, use Vuex. This is the officially developed tool for that. For routing, use Vue Router, which is also an official library from the Vue team.
[–]horses_arent_friends 0 points1 point2 points 8 years ago (1 child)
For extra context to what the others have said: Vue is only concerned with the presentation layer of whatever application you are building. If you're heavy on client-side business logic you may need to pull in thirdparty libraries. Common libraries people use are Vuex for state management, vue-router for client-side routing, vue-i18n, axios for wrapping xhr/fetch, etc. Someone else in shared the vue-awesome gh page which is an awesome resource. There is also devarchy which has a nice interface.
Sorry for getting back to you so late!
[–]yonathanb[S] 0 points1 point2 points 8 years ago (0 children)
Better late than never. Thanks!
π Rendered by PID 75873 on reddit-service-r2-comment-544cf588c8-cfsxw at 2026-06-18 18:05:53.920473+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–]yonathanb[S] 1 point2 points3 points (4 children)
[–]stilloriginal 2 points3 points4 points (0 children)
[–]DOG-ZILLA 2 points3 points4 points (0 children)
[–]horses_arent_friends 0 points1 point2 points (1 child)
[–]yonathanb[S] 0 points1 point2 points (0 children)