to-do
A custom to-do WordPress plugin with VueJs. Used the boilerplate plugin https://github.com/hasanuzzamanbe/framework-base-wp-boilerplate-with-vue
by Elias · github.com/akmelias/wp-to-do-plugin-with-vuejs · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/akmelias/wp-to-do-plugin-with-vuejs/archive/refs/heads/master.zipFrom the readme
WordPress custom to do plugin with Vue.js
A simple custom-to-do WordPress plugin using vue js by using this(https://github.com/hasanuzzamanbe/framework-base-wp-boilerplate-with-vue) boilerplate for wordpress with vue.
[ If you want to use framework base WordPress boilerplate with more advanced MVC pattern. Then check another one from here
https://github.com/hasanuzzamanbe/framework-base-wp-boilerplate-with-vue ]
How to use:
Clone this repository on your local plugin folder
Run command npm i to install node modules.
Your plugin is ready to use.
Now run npm run watch
Then activate the plugin from your WP admin dashboard.
All done have fun
Do any customization you need.
NB: These 3 packages are already installed on this project, You can use those or remove that if you don't need.
element-ui
vue-router
@Wordpress/hooks
For more details please check the package.json file
After Development Production:
When your Plugin development is complete and you want to use it for production. Then run npm run prod after that you can delete some files which are already build.
Files/Folder you should delete on production:
node modules
src
package-lock.json
For Help: