# Build

This process is intended for Vue.js applications created via CLI.

# Complete the follow steps:

  1. Generate the dist folder.
# build
npm run build

# a dist folder is generated
  1. For static content you can upload the /dist content for example to a S3 Bucket.

TIP

Please check this official guide