8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-22 11:23:10 +00:00
re2o/vue.config.js
2020-04-22 11:37:08 +02:00

13 lines
No EOL
343 B
JavaScript

/**
* Re2o VueJS configuration
*
* Each VueJS components in static/components are compiled into asynchronous
* chunks in static/bundles.
* Then you can use for exemple <re2o-hello-world></re2o-hello-world> to call
* the HelloWorld component.
*/
module.exports = {
// Output to Django statics
outputDir: './static/bundles/',
};