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主题
- Host: GitHub
- URL: https://github.com/d-xuanmo/xm-vue-wordpress-theme
- Owner: D-xuanmo
- License: mit
- Created: 2018-03-05T18:20:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T02:59:49.000Z (almost 8 years ago)
- Last Synced: 2025-02-28T21:14:27.557Z (over 1 year ago)
- Topics: vuejs, wordpress, wordpress-theme
- Language: Vue
- Homepage: https://www.xuanmo.xin/details/2317
- Size: 5.47 MB
- Stars: 37
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### xm-vue-wordpress-theme 
> 一款基于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
```