VueJS NOTES
A personal collection of VueJS related information for easy review by tired old minds.
PLEASE NOTE!
This is Work-in-Progress so contents are incomplete and possibly wrong. Apologies!
Great External Links
The Official Vue News We exist to provide Vue developers with the latest news and tutorials to stay up-to-date with their technology.
Curated VueJS Find the best packages for your Vue app!
Browse a curated list of high-quality Vue.js packages that will help you build awesome apps.
🎉 A curated list of awesome things related to Vue.js
CORE PARTS
Vuex is a state management pattern + library for Vue.js applications. It serves as a centralized store for all the components in an application, with rules ensuring that the state can only be mutated in a predictable fashion. It also integrates with Vue's official devtools extension to provide advanced features such as zero-config time-travel debugging and state snapshot export / import.
Vue Router is the official router for Vue.js. It deeply integrates with Vue.js core to make building Single Page Applications with Vue.js a breeze.
vue-loader is a loader for webpack that allows you to author Vue components in a format called Single-File Components (SFCs)
This boilerplate is targeted towards large, serious projects and assumes you are somewhat familiar with Webpack and vue-loader. Make sure to also read vue-loader's documentation for common workflow recipes.
VueJS DevTools Browser devtools extension for debugging Vue.js applications.
SOURCE CODE
Community
The official VueJS blog on Medium.
Links to Internal Pages: