Module introduction
Welcome to the first module of the course, Full-stack scaffolding with Vue CLI!
In this module we'll be modifying a Vue CLI project scaffold to accommodate a full-stack app configuration.
This is going to involve us creating a Vue CLI config file in which we'll be updating the default Webpack config so it matches our altered file structure.
We'll also be setting up dotenv files for environment variable configuration.
Click to load comments...