Quiz: Deploying the App
Please enjoy this self-check quiz to help you identify key concepts, points, and techniques discussed in this section.
What tool are we using to build and process our source files for deployment?
Which are processes that CSS and JS undergo to become smaller?
File versioning (adding a timestamp to the filename) helps with what problem?
Which of the following are deployment-related technologies?
What command do we use to build our Vue.js applications for deployment?
build site
npm run build
npm run dev
webpack go
npm run build
command to build our Vue.js applications for deployment.How do we actually deploy our code?
npm run deploy
.docs/
directory and push to origin
.webpack go
.docs/
directory and then push the changes to Github.Visit Quiz Online
The quiz on this page has been removed from your PDF or ebook format. You may take the quiz by visiting this book online.