Authentication doesn't need to be complicated. Let's cover a clean, simple method of authenticating with Vue and Vuex. We're using a Laravel API, but you can use any language or framework.
Nesting huge amounts of data like comments? Here's a unique technique combining API data and frontend logic to make it a breeze.
Want to get started with unit testing in Vue? Here's pretty much everything you need. We'll cover setting up a test runner, using Vue Test Utilities, mocking and stubbing common dependencies like Vue Router and Axios, and testing Vuex both within components and in isolation. Let's get testing.
Validating directly from your API can become repetitive. In this course, we go through several refactors and end up with a solution that displays validation errors without any additional work.
Using Karma and Mocha to fully test Vuex actions, mutations and getters. We'll also look at injecting and mocking API calls.
Wait, URL shorteners are boring right? Nope. We're building a fully tested Lumen API, Vue.js client and implementing 301 redirects with Node.js and Express.
The ultimate boilerplate starter for your next single page app.
Build a clean, elegant notes app with Vue.js and Vuex. Great for learning Vuex concepts.
Build a dashboard for users to communicate privately in real-time using Laravel, Vue, and Vuex for state management.