DEV Community

Aaron K Saunders
Aaron K Saunders

Posted on • Updated on

Ionic VueJS SplitView SideMenu Vuex Auth Flow Starter Template with Video

See My Upcoming Book On Ionic & Vue JS


IonicFramework VueJS SplitView SideMenu Vuex Auth Flow Starter Template with Video

  • That's a long title but there is a lot going on here.

Overview

Source code provides and fully commented starter template for creating solutions based on this starter template. There is minimal use of typescript and we are using the older vue2 style options API instead of the newer vue3 composition API using the setup method in the components.

Please give me some feedback on my book, early folks will get a discount on the book, join the email list to get notified - https://leanpub.com/ionic-vue-sqlite-crud/
Alt Text

What You Are Getting

The video and source code includes the following to get you started with a good base

  • Template in Vue2 style meaning no setup function
  • limited typescript, I just use any everywhere to keep. it simple
  • And comments!!, I tried to comment on every file and everything that looked like it might not be straightforward
  • Added Authentication using vuex for state management, added a module so I could explain namespace in vuex

Previous Content

The older video covered the same material but in the earlier beta version of Ionic VueJS Components. This might be a reference for folks still on Vue2 https://youtu.be/T6YL1jeH8EM

Links

Ionic Documentation

Vuex Documentation

Source Code
https://github.com/aaronksaunders/ionic-vue3-split-screen-vuex-starter

Top comments (0)