Skip to content
This repository was archived by the owner on Sep 11, 2021. It is now read-only.

Latest commit

 

History

History

1.8 Optimizing for Production

This lesson is built as a simple Vue CLI app to better represent how a real-world project might be set up.

To get started, cd into this subfolder and run npm install to install the dependencies.

Use npm run serve to start the development server, or npm run build to compile the production assets to the dist folder.