sdil / todo-app-phoenix-nuxtjs

Learning Phoenix in public by building a simple to do app

Home Page:todo-app-phoenix-nuxtjs.sdil.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lesson Learned

Phoenix

  • When scaffolding a project, use a correct name for the whole project, not 'backend'.

Nuxt JS

  • If you're updating list dynamically, user this.$set.(<list name>, <index>, <object>) for reactivity. Otherwiser, it won't render in the template.

Common things to do

  • CORS set up with CORSPlug
  • Heroku/Gigalixir set up
  • Makefile setup (Database setup, server start)

References

About

Learning Phoenix in public by building a simple to do app

todo-app-phoenix-nuxtjs.sdil.vercel.app

License:MIT License


Languages

Language:Elixir 88.9%Language:Vue 6.3%Language:JavaScript 2.3%Language:Makefile 1.5%Language:Dockerfile 0.9%