https://github.com/coderberry/phoenix-nuxt-docker
Example application for connecting Phoenix with Nuxt (includes auth)
https://github.com/coderberry/phoenix-nuxt-docker
nuxt vue
Last synced: about 1 month ago
JSON representation
Example application for connecting Phoenix with Nuxt (includes auth)
- Host: GitHub
- URL: https://github.com/coderberry/phoenix-nuxt-docker
- Owner: coderberry
- Created: 2018-07-01T18:09:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T21:13:09.000Z (almost 8 years ago)
- Last Synced: 2025-03-29T10:17:41.171Z (about 1 year ago)
- Topics: nuxt, vue
- Language: Elixir
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phoenix + Nuxt + Docker Example
## Kicking off
docker-compose build
docker-compose run backend mix ecto.reset
docker-compose run frontend yarn
docker-compose up