Frontend
VueJS
Install packages
cd ClientApp
npm iCompile
Verify you don't have any TypeScript errors:
tsc
tsc --build --cleanBuild app
To make sure you get no errors when you deploy:
npm run build
Last updated
Was this helpful?