This is a Customizable sample WordPress Plugin which is developed as a single page app on backend with Vue js and Tailwind custom build css.
Caption: Dummy dashboard with custom build vue + tailwind setup
- Just clone/fork this repository
- Check the package.json file
- command:
npm i
- command:
npm run watch
for development and for production:npm run production
If you face any issue feel free to let me know. :)
You can check another boilerplate plugin with vue js and element UI, You can create your own project using simple command line on that project within 2 mint.
Check it here: https://github.com/hasanuzzamanbe/wp-boilerplate-plugin-with-vuejs
- WordPress Plugin with Vue 3, tailwind (Vite Build) [https://github.com/hasanuzzamanbe/wp-boilerplate-vue-with-vite]
- WordPress Plugin with Vue 2, Element UI (Laravel Mix Build) [https://github.com/hasanuzzamanbe/wp-boilerplate-plugin-with-vuejs]