mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-04 03:17:14 +00:00
21 lines
429 B
JavaScript
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']
|
|
}
|
|
}
|