文件名称:wordpress-plugin-vue-rest:使用Vue和WP Rest API构建的WordPress插件样板
文件大小:320KB
文件格式:ZIP
更新时间:2024-05-29 10:49:41
wordpress-plugin PHP
WordPress插件Vue Rest 操作说明 下载压缩文件 解压缩并移动到文件夹wp-content/plugins 在以下位置用您自己的名字重命名: /wpvr.php app / Base / Constants.php 运行npm install 路线:转到app/Base/Routes.php ,在函数route()中添加您的自定义路线,例如: // app/Base/Routes.php [ 'slug' => 'home' , // path 'method' => 'GET' , // verb HTTP 'callback' => [ new Home (), 'index' ] // name of handle Controller and Function ] 控制器:所有控制器应存储在app/Api ,例如: // app
【文件预览】:
wordpress-plugin-vue-rest-master
----composer.json(244B)
----index.php(28B)
----vendor()
--------composer()
--------autoload.php(178B)
----package.json(757B)
----js()
--------App.vue(1KB)
--------main.js(1KB)
--------components()
----package-lock.json(153KB)
----app()
--------Init.php(695B)
--------Api()
--------Base()
----dist()
--------bundle.js(1.15MB)
----.gitignore(21B)
----webpack.config.js(1000B)
----wpvr.php(2KB)
----README.md(1KB)