nuepress
1.0.0
nuxt.js + WordPress Rest API

https://nuepress.kmr.io
# install dependencies and create .env file
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project (not working right now)
$ yarn generate有关工作方式的详细说明,请查看NUXT.JS文档。
在WordPress中安装WordPress/WP-Content/themes/nuepress主题。
生成站点地图需要此主题。它扩展了per_page_limit REST API限制。还有其他一些非关键变化。有关更多信息,请参见function.php。