Use Vue to create a SPA without any Node modules

Costas

Administrator
Staff member
https://dev.to/arswaw/create-a-lightweight-componentized-spa-without-node-569j (mirror)

https://github.com/vuejs/vue/tree/dev/dist



Style Guide

Application Structure

How to Structure a Large Scale Vue.js Application

vue-enterprise-boilerplate



vue-fundamentals
Repo for working with the Pluralsight Vue Fundamentals course available here: https://www.pluralsight.com/courses/vuejs-fundamentals

https://github.com/jmcooper/vuejs-fundamentals



John Papa - Vue: Getting Started
http://pluralsight.pxf.io/1Qrod
https://github.com/johnpapa/vue-getting-started

Sep 26, 2019 - Webinar: Vue.js Fundamentals and Best Practices with John Papa
https://www.youtube.com/watch?v=KkbcoUrHBZw

homepage



Academind - VueJS - Learning the Basics - Route Navigation & Parameters

https://www.youtube.com/watch?v=ZYzAwFi5Xzo
https://router.vuejs.org/en/
Lifecycle Diagram - https://vuejs.org/v2/guide/instance.html#Lifecycle-Diagram

Navigate Between Views with Vue Router

https://www.digitalocean.com/community/tutorials/how-to-navigate-between-views-with-vue-router

Dynamic Components (switch between components without using a router)

https://vuejs.org/v2/guide/components.html#Dynamic-Components
https://stackoverflow.com/a/42820857
https://www.educative.io/edpresso/what-are-vue-components

Simple State Management (proxies access shared by multiple instances)

https://vuejs.org/v2/guide/state-management.html
https://medium.com/@adamkpurdy_23346/vuex-simple-state-management-e5676371c13a




;)

Julia - Some notes on using esbuild

#vue
 
Top