使用Git bash安装YoastSEO.js github repo
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用Git bash安装YoastSEO.js github repo相关的知识,希望对你有一定的参考价值。
我正在尝试使用Git bash和Github安装Yoast.js但是卡住了。我正在从它的Github repository安装Yoast.js。
当我打开位于YoastSEO.jsexamplesrowserifiedindex.html
的示例页面时,没有包含样式或js。只是几个textareas。我的控制台显示404错误,example-browserified.js
丢失。我究竟做错了什么?以下是我为安装Yoast.JS而运行的步骤:
cd <newsite folder>
git clone https://github.com/Yoast/YoastSEO.js
cd <YoastSEO.js folder>
npm install
npm install -g grunt-cli
grunt build
# Open index.html in the example folder as described above
答案
首先配置webpack或laravel mix
然后只需运行npm install yoastseo --save
以上是关于使用Git bash安装YoastSEO.js github repo的主要内容,如果未能解决你的问题,请参考以下文章