Nuxt/examples/custom-routes/nuxt.config.js
Alexandre Chopin 1ee4f9c40e update example
2016-12-11 16:41:52 +01:00

21 lines
429 B
JavaScript

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']
}
}