Figure is a foundational structure for the Vue.js framework that is based on the Vue CLI tool.
Essentially, this is how I personally prefer to set up all of my Vue.js projects.
npm install
npm run serve
npm run build
npm run test:unit
npm run test:e2e
npm run lint