# xm-vue-wordpress-theme **Repository Path**: weblc/xm-vue-wordpress-theme ## Basic Information - **Project Name**: xm-vue-wordpress-theme - **Description**: 基于vue.js开发的WordPress主题 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.xuanmo.xin - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 16 - **Created**: 2020-05-09 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### xm-vue-wordpress-theme ![apm](https://img.shields.io/apm/l/vim-mode.svg) > 一款基于vue开发的wordpress主题 > 主题介绍:[https://www.xuanmo.xin/#/single/2317](https://www.xuanmo.xin/#/single/2317) ### 本地启动、打包 ``` bash # 安装依赖 yarn # 启动项目,本地访问:localhost:5200,WordPress端口为:8888,可自行修改config/index.js npm run dev # 打包项目命令 npm run build ```