npm install -g @vue/cli
vue --version
vue create customer
Manually select features
Babel, Linter / Formatter, Unit Testing
ESLint + Prettier
Jest
In dedicated config files
n
npm run serve
vue add vuetify
babel 버전 때문에
These dependencies were not found:
core-js/modules/es.array.concat ...
에러가 나면
npm install --save core-js