8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-06-14 22:58:30 +00:00
re2o/vue.config.js
2020-04-23 11:55:06 +02:00

16 lines
507 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.
*
* You can develop components using `yarnpkg watch` (auto rebuild in dev mode)
* and `watch python3 manage.py collectstatic --noinput` (auto collect statics).
*/
module.exports = {
// Output to Django statics
outputDir: './static/bundles/',
};