npm install
npm run serve
npm run build
npm run test
npm run lint
npm install -g @vue/cli
vue create vue-i18n-demo
cd vue-i18n-demo
vue add i18n
npm install
npm run serve
npm run build
npm run test
npm run lint
npm install -g @vue/cli
vue create vue-i18n-demo
cd vue-i18n-demo
vue add i18n