/translate

在线翻译,vue练手小项目

Primary LanguageJavaScript

firstapp

一个很小的在线翻译网站 vue2.0练手项目,调用在线翻译接口,一共两个页面,输入页面和输出页面 预览地址:https://yinzhuo19970516.github.io/translate/

Build Setup

# 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

For a detailed explanation on how things work, check out the guide and docs for vue-loader.