dev

Localization of Vue based WordPress plugin

Here’s how localization (aka Internationalization or i18n ) of a WordPress plugin with Vue front-end can be done. Language resources need to be used both in plugin WordPress backend and Vue based front end. Plugin should be translatable with WordPress … Read More

Creating WordPress plugin front end with Vue

This is a short instruction how to set up Vue based front-end for your WordPress Plugin. We will be using the generated in WordPress Dashboard. Begin with creating Vue project with Vue CLI as instructed in Vue documentation. Then create … Read More