Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Basic app developed with Phoenix and Vue 2.0, including authentication.

NotificationsYou must be signed in to change notification settings

Angarsk8/phoenix-vue-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

*Sorry for not having the commit history of this project, at the beginning I didn't realize that I was going to upload it to Github

To start this application locally:

  • Make sure you have installedElixir,Erlang,Phoenix,Node andPostgreSQL
  • Install the Mix dependencies:$ cd server/ && mix deps.get
  • Create, migrate and seed the development database:$ mix ecto.setup
  • Start the Phoenix Server:$ mix phoenix.server or$ iex -S mix phoenix.server
  • Install the NPM packages$ cd ../client/ && npm install
  • Start the Express development server:$ npm run dev

To build the Vue.js project for production:

  • In the client directory, run$ npm run build (this will execute thebuild/build.js script and will copy the produced files to theserver/priv/js/ andserver/priv/css/ directories)

To deploy this application on Heroku:

  • Follow thisguide in the Phoenix website.

Next Steps:

  • Deployment using Docker and Docker-Compose.

About

Basic app developed with Phoenix and Vue 2.0, including authentication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp