Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 649 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 649 Bytes

VueJS 2.6 Vue CLI 3 SSR (Server Side Rendering) with TypeScript on ASP.NET Core 3.1

Features

  • ASP.NET Core 3.1
    • Web API
  • VueJS 2
    • Vuex (State Store)
  • TypeScript
  • Vue Cli
    • Vue Cli 3
  • Vuetify
    • Vuetify 2

Prerequisites:

Project setup

yarn install
yarn run buildDev
dotnet restore

Start the application:

using dotnet

dotnet run

using the nodejs

yarn run buildNode
node ./ssr-scripts/start.js