Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p-adams/phoenix-vue-boilerplate
A minimal boilerplate for getting started with Phoenix framework and Vue.js
https://github.com/p-adams/phoenix-vue-boilerplate
phoenix-framework vuejs
Last synced: 2 days ago
JSON representation
A minimal boilerplate for getting started with Phoenix framework and Vue.js
- Host: GitHub
- URL: https://github.com/p-adams/phoenix-vue-boilerplate
- Owner: p-adams
- Created: 2017-05-08T17:13:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T23:02:43.000Z (over 7 years ago)
- Last Synced: 2024-11-07T22:43:31.488Z (about 2 months ago)
- Topics: phoenix-framework, vuejs
- Language: Elixir
- Size: 51.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phoenix-vue-boilerplate
# A Minimal boilerplate for getting started with Phoenix and Vue.js
To start your Phoenix app:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Install Node.js dependencies with `npm install`
* Start Phoenix endpoint with `mix phoenix.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.