VueJS
Last updated 4 years ago
Was this helpful?
cd ClientApp npm i
Verify you don't have any TypeScript errors:
tsc tsc --build --clean
To make sure you get no errors when you deploy:
npm run build