Skip to content

johnchandlerwatson/CardGame

Repository files navigation

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