Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 504 Bytes

File metadata and controls

28 lines (21 loc) · 504 Bytes

Vue-WordPress-Rest-API

一个基于Vue.js 与 WordPress Rest API 构建的单页demo

修改您的网址:

在项目目录下找到src/api/api.js文件,修改 let base = 'http://example.com/wp-json/wp/v2'; 中的http://example.com为您自己的网址

Build Setup

# 安装依赖
npm install

# 本地启动 localhost:8888
npm run serve

# 打包
npm run build

图片示例:

demo

demo地址:

demo