Skip to content

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

Notifications You must be signed in to change notification settings

KarimFereidooni/DotnetCoreVueSSR

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published