首页
Preview

Nginx配置vue3子目录

配置vue3

项目只需要改动两个文件,vue.config.jsroute/index.js

vue.config.js

const webpack = require("webpack");
module.exports = {
    publicPath: process.env.NODE_ENV === 'production' ? '/test' : '/',
};

route/index.js

export const constantRoutes = [];
import {createRouter, createWebHistory} from 'vue-router'
const router = createRouter({
    history:createWebHistory('/test/'),
    routes
付费内容,0.86币解锁全文 >>

版权声明:本文内容由TeHub注册用户自发贡献,版权归原作者所有,TeHub社区不拥有其著作权,亦不承担相应法律责任。 如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。

点赞(0)
收藏(0)
出于随性
快乐程序员

评论(0)

添加评论