An open API service indexing awesome lists of open source software.

https://github.com/d-xuanmo/xm-vue-wordpress-theme

由于SPA页面不能SEO,此主题不在更新,有兴趣的朋友可以看我另一个服务端渲染的主题,也是前后端分离的,https://github.com/D-xuanmo/xm-nuxtjs-wordpress; 一款基于vue开发的wordpress主题
https://github.com/d-xuanmo/xm-vue-wordpress-theme

vuejs wordpress wordpress-theme

Last synced: over 1 year ago
JSON representation

由于SPA页面不能SEO,此主题不在更新,有兴趣的朋友可以看我另一个服务端渲染的主题,也是前后端分离的,https://github.com/D-xuanmo/xm-nuxtjs-wordpress; 一款基于vue开发的wordpress主题

Awesome Lists containing this project

README

          

### xm-vue-wordpress-theme ![apm](https://img.shields.io/apm/l/vim-mode.svg)

> 一款基于vue开发的wordpress主题

> 主题介绍:[https://www.xuanmo.xin/details/2317](https://www.xuanmo.xin/details/2317)

### 本地启动、打包

``` bash
# 安装依赖
yarn

# 启动项目,本地访问:localhost:5200,WordPress端口为:8888,可自行修改config/index.js
yarn start

# 打包项目命令
yarn build
```