Lessons: 18Length: 2.3 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

5.1 Conclusion

I hope that at this point, you have a good idea of how to write modern web apps. It's certainly no small feat, and in fact, it's still much more involved than writing traditional web applications. But with tools like Express, Vue, and Vuex, it's much more enjoyable to write modern web applications.

My name is Jeremy McPeak, and from all of us here at Envato Tuts+, thank you for watching!

5.1 Conclusion

Well, we finally made it here to the end with a fully functional application. And it may be bare bones. But the most important thing is that it works and it works well. We have our authentication scheme up and working so that only authenticated users can access a restful API. We have an interactive user interface that is backed by a Vue xstore. Which is itself backed up by a database on the server. So any changes that we make are automatically updated and the user interface reacts beautifully. Now, that's not to say that we can't add more features to this application at a future time and in fact, we will do so. We'll have more features cover other concepts, all of which will give you a better understanding of how to enhance your single page applications. So keep tuned for further updates. Thank you so much for watching this course, please feel free to contact me through Twitter, or the Tuts+ forums if you have any questions. From all of us here at Tuts+, thank you and I will see you next time.

Back to the top