vue 处理seo问题

首先安装插件cnpm install prerender-spa-plugin --save // webpack.conf.js var path = require(‘path’) var PrerenderSpaPlugin = require(‘prerender-spa-plugin’)
module.exports = { // … plugins: [ new PrerenderSpaPlugin( // 编译后的html需要存放的路径 path.join(__dirname, ‘…/dist’), // 列出哪些路由需要预渲染 [ ‘/’, ‘/about’, ‘/contact’ ] ) ] } npm install vue-meta-info --save import Vue from ‘vue’ import MetaInfo from ‘vue-meta-info’
Vue.us

vue 处理seo问题最先出现在Python成神之路

版权声明:
作者:siwei
链接:https://www.techfm.club/p/18764.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>