I am hosting my vuejs project on apache server.
- init project
- setup router
- Build and hosted to apache server
const router = new VueRouter({
routes: Routes,
// relative: true,
mode: 'history'
});
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…