NETCORESAAS
Search…
Welcome
Getting Started
Getting started
Frontend
Backend + Frontend
Deploy
Environment variables
API
Testing
Other
Installing
Integrations
Blog
Powered By
GitBook
Frontend
VueJS
Install packages
1
cd
ClientApp
2
npm
i
Copied!
Compile
Verify you don't have any TypeScript errors:
1
tsc
2
tsc --build --clean
Copied!
Build app
To make sure you get no errors when you deploy:
1
npm
run build
Copied!
​
Getting Started - Previous
Getting started
Next
Backend + Frontend
Last modified
1yr ago
Copy link
Contents
Install packages
Compile
Build app