https://github.com/joshnuss/phoenix_vue
Example integration of Phoenix with Vue.js and Vuex
https://github.com/joshnuss/phoenix_vue
elixir vue vue-router vuex websocket
Last synced: about 2 months ago
JSON representation
Example integration of Phoenix with Vue.js and Vuex
- Host: GitHub
- URL: https://github.com/joshnuss/phoenix_vue
- Owner: joshnuss
- Created: 2018-12-15T05:59:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T03:26:08.000Z (over 7 years ago)
- Last Synced: 2025-01-26T09:41:58.156Z (over 1 year ago)
- Topics: elixir, vue, vue-router, vuex, websocket
- Language: Elixir
- Homepage:
- Size: 348 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phoenix.Vue
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Learn more
* Official website: http://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix