Package Exports
- vuepress-plugin-qihu-autopush
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vuepress-plugin-qihu-autopush) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
vuepress-plugin-qihu-autopush
360 autopush SEO plugin for vuepress 百度站点自动推送 Vuepress 插件
Usage
Install
npm install -D vuepress-plugin-qihu-autopush
Update
plugins
in.vuepress/config.js
module.exports = {
plugins: [
'vuepress-plugin-qihu-autopush'
]
};
or
module.exports = {
plugins: {
'vuepress-plugin-qihu-autopush':{}
}
};