Vue.js 3 Plugin Generator
Changelog

General
Menu Page
Code References
Rest API
Monkey in universe
Press shift + enter to copy snippet to clipboardImprint | Data privacy

    /**
    |--------------------------------------------------------------------------
    | HOW TO USE
    |--------------------------------------------------------------------------
    **

    The easiest way to start is to watch the following video: 
    https://www.youtube.com/watch?v=9a5CLQewhOk

    * Quick View *
    ----------------
    1. Place the plugin into the WordPress /wp-content/plugins/ folder
    2. Run "npm install" in the plugin root (/wp-content/plugins/your-plugin)
    3. Activate the plugin
    4. To start developing, run: npm run dev
    5. To build your plugin for production, run: npm run build

    * Features *
    ----------------
    - Webpack 5 Configuration
    - Vue 3 Configuration
    - Vue Loader
    - Vue Router
    - All vendor scripts are separated
    - SCSS support with auto generated CSS files separated for frontend and backend
    - Uglify JS (production)
    - Browsersync configuration for auto reloading
    - Predefined Shortcode for the frontend output
    - Menu Page with subpage included
    - Modern PHP with namespaces
    - Pre configured REST API
    */