Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T21:13:09.000Z (over 6 years ago)
- Last Synced: 2024-12-09T14:15:22.900Z (about 1 month ago)
- Topics: nuxt, vue
- Language: Elixir
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- 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