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!

  • VueJS News

    The Official Vue News We exist to provide Vue developers with the latest news and tutorials to stay up-to-date with their technology.

  • VueJS Home

  • 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.

  • Awesome VueJS

    🎉 A curated list of awesome things related to Vue.js

CORE PARTS

  • Vuex Home

    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 Home

    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.

  • VueJS Server-Side Rendering Home

  • Vue-Loader

    vue-loader is a loader for webpack that allows you to author Vue components in a format called Single-File Components (SFCs)

  • VueJS WebPacks Boilerplate

    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

  • VueJS on Github

    • Vue -- 🖖 A progressive, incrementally-adoptable JavaScript framework for building UI on the web.

    • Vue-Router -- 🚦 The official router for Vue.js.

    • Vuex -- 🗃️ Centralized State Management for Vue.js.

    • Vue-CLI -- 🛠️ CLI for rapid Vue.js development

    • VueFire -- 🔥 Firebase bindings for Vue.js

    • Vuex --

Community

Links to Internal Pages:

Last Updated: 6/22/2018, 10:05:26 PM