Purescript with Vue.js - Starting over
Posted on December 29, 2020
by Mandla Mbuli
2020 happened. I didn’t code for like a month at around the start of lockdown (I stay in South Africa if you’re wondering) and I didn’t have my personal laptop where I was staying so this project just… stalled.
Now I wanna start afresh and obviously a few things have changed. I am not using emacs anymore for example, so this post in written in markdown cause I don’t feel like setting up orgmode for vim and I assume the way purescript works has changed. So I am just gonna spend some time getting started again. I think a plan is also in order now. So here goes:
- Get started with Purescript to see what has changed.
- Get started with vue to see what has changed.
- Add authentication
- Deploy using nixops
- Add some authorization
- …
Let’s see
Mandla