npm install -g @vue/cli
npm install -g @vue/cli-service-global
vue create hello-world
npm install vue-i18n --save
npm i element-ui -S
npm install --save element-ui
npm install
npm run serve
npm run build
npm run test:unit
npm run test:e2e
npm run lint