Nuxt/test/fixtures/with-config/nuxt.config.js
Sébastien Chopin c559740b2f test 100%
2016-12-21 20:51:43 +01:00

14 lines
203 B
JavaScript

module.exports = {
router: {
base: '/test/'
},
cache: true,
plugins: ['~plugins/test.js'],
loading: '~components/loading',
env: {
bool: true,
num: 23,
string: 'Nuxt.js'
}
}