Closed
Description
When choosing to run npm commands manually, the message doesn't tell user to run npm install
# Project initialization finished!
# ========================
To get started:
cd vue-test
npm run lint -- --fix
npm run dev
npm install
is missing in the get started steps.
BTW, last commits are great 👍