Skip to content

sdil/todo-app-phoenix-nuxtjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published