Home
Softono
xm-vue-wordpress-theme

xm-vue-wordpress-theme

Open source MIT Vue
37
Stars
6
Forks
0
Issues
2
Watchers
7 years
Last Commit

About xm-vue-wordpress-theme

由于SPA页面不能SEO,此主题不在更新,有兴趣的朋友可以看我另一个服务端渲染的主题,也是前后端分离的, 一款基于vue开发的wordpress主题

Platforms

Web Self-hosted

Languages

Vue

xm-vue-wordpress-theme apm

一款基于vue开发的wordpress主题

主题介绍:https://www.xuanmo.xin/details/2317

本地启动、打包

# 安装依赖
yarn

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

# 打包项目命令
yarn build