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成神之路。
共有 0 条评论