module.exports = { // router: { // routes: { // users: { // _id: { // regexp: ':id(\\d+)', // alias: '/author/:authorid/post/:id' // // generate: [1, 2, 3, 4] // Need to be finished on generate // }, // meta: { // title: 'users' // }, // alias: '/author/:authorid/post' // } // } // }, build: { vendor: ['axios'] } }