mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
13 lines
No EOL
343 B
JavaScript
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/',
|
|
}; |