适合初学vue2的简单的在线翻译项目。 源码参考https://blog.csdn.net/qq_35788269/article/details/80655985 本项目操作详解https://blog.csdn.net/Tempta36/article/details/81455651
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report