bencodezen / vue-enterprise-boilerplate

An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.
7.77k stars 1.32k forks source link

Prettier missing when trying to run _start in fresh clone #91

Closed davestaab closed 5 years ago

davestaab commented 5 years ago

Hey Chris,

I made a fresh clone of your project and was following the instructions in the readme.

When running step 3 node _start fails because _start requires ./aliases.config which requires prettier which isn't available yet.

I ran yarn before step 3 and confirmed node _start now works when I run it. (I had to discard changes to the README to rerun it.) So maybe step 2.5 should be added to run yarn install first?

Keep up the good work! 👍

chrisvfritz commented 5 years ago

Thanks for reporting that! Just updated. 🙂