Home
Softono

Vue Wp Starter

Open source PHP
302
Stars
72
Forks
23
Issues
13
Watchers
2 years
Last Commit

 About Vue Wp Starter

A WordPress Vue.js starter plugin

Platforms

Web Self-hosted

Languages

PHP

Links

Need Help Installing Vue Wp Starter?

We provide expert installation service for this software. Our team will install, configure, and secure Vue Wp Starter on your server. plans start at just $30.

Vue Wp Starter

View on GitHub

Vue.js WordPress Starter

A WordPress Vue.js starter plugin with required toolbelts 😎

πŸ“¦ What it ships with?

  • Pre-configured webpack config
    • Babel loader, Vue loader, CSS and LESS loader
    • Separate vendor.js with all vendor scripts
    • Uglify JS for production
    • Separate frontend.js and admin.js
    • Extracted CSS/LESS to separate frontend.css and admin.css files.
    • Auto reloading with Browser with Browsersync (config)
  • Vue and Vue Router
  • Frontend (shortcode) and Backend starter app
  • Modern PHP codebase with namespace support

🚚 Running

  1. Clone this repository in your plugins folder
  2. Activate the plugin

πŸ‘¨β€πŸ’» Post Installation

  1. The name of the plugin class is Base_Plugin, change the class name with your desired class name.
  2. Replace the PHP namespace App with your desired name.
  3. Replace baseplugin or BASEPLUGIN reference in files.
  4. Run npm install
  5. To start developing, run npm run dev 🀘
  6. For production build, run npm run build πŸ‘

🎁 Preview

screenshot

β›‘ Extra Goodies

  1. Vue List Table Component - Helps you to build WordPress list tables easily.

About

Made by Tareq Hasan from weDevs.

Found anything that can be improved? You are welcome to contribute.