Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 699 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 699 Bytes

Card Game

.net core web api with vue.js

Dependencies:

    npm install vue-cli --global
  • vue-drag-drop
    npm install --save vue-drag-drop
  • aspnet-webpack (local to project)
    npm i aspnet-webpack

Deploy

  • dotnet publish -c Release
  • docker build -t cards ./bin/release/netcoreapp2.0/publish
  • docker tag cards registry.heroku.com/thevoidcardgame/web
  • docker push registry.heroku.com/thevoidcardgame/web
  • heroku container:release web --app thevoidcardgame

(you might need to login)

  • heroku login
  • heroku container:login