[Vuejs]-Issues publishing to Azure: cannot use imports when '–module' is 'none'

0👍

I have used the same template and started a fresh project.
Followed below steps and deployed. It worked for me.

Installed Template:

dotnet new -i AspNetCore.Vue.TypeScript.Template

Project creation:

dotnet new vuetypescript –name Demo.Web

npm run build:prod

and then i deployed it . Please try with new project creation and try deploying.

Leave a comment