8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-20 22:44:08 +00:00
re2o/vue.config.js

13 lines
343 B
JavaScript
Raw Normal View History

2020-04-22 08:54:35 +00:00
/**
* 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/',
};