1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-24 09:28:41 +00:00
Nuxt/examples/routes-transitions/nuxt.config.js

8 lines
104 B
JavaScript
Raw Normal View History

module.exports = {
2016-12-20 12:29:22 +00:00
build: {
vendor: ['axios']
},
css: ['assets/main.css'],
loading: false
}