vue-dspace-tlumaczenia Backend Setup npm i json-server Run server npm run api or json-server --watch tlumaczenia.json --port 3300 Frontened Setup npm install Compile and Hot-Reload for Development npm run serve Compile and Minify for Production npm run build Configure API on the server in dist/config.json // HOST/config.json example "API": "http://localhost:3300"