# Build
This process is intended for Vue.js applications created via CLI.
# Complete the follow steps:
- Generate the dist folder.
# build
npm run build
# a dist folder is generated
- For static content you can upload the /dist content for example to a S3 Bucket.
TIP
Please check this official guide
← Testing Introduction →