- vue
- bootstrap-vue
- vue-axios
- webpack 3.x
- node
- express
git clone https://github.com/attx/node-translator.git
cd node-translator
npm install # or yarn
Google Translator API Access required: cloud.google.com/translate
// ./config.json
{
"API_KEY": "<GOOGLE_API_KEY>"
}
npm run watch
node server.js
// http://localhost:8080/dist
npm run build
// http://localhost:3000