From 3e5e563e91cd8eff63f2622729edd6b98d642429 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Thu, 23 Apr 2020 11:55:06 +0200 Subject: [PATCH] Vue: explain how to watch for staticfiles --- vue.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 3c0148fb..191969ef 100644 --- a/vue.config.js +++ b/vue.config.js @@ -6,7 +6,8 @@ * Then you can use for exemple to call * the HelloWorld component. * - * You can develop new components using `yarnpkg watch`. + * You can develop components using `yarnpkg watch` (auto rebuild in dev mode) + * and `watch python3 manage.py collectstatic --noinput` (auto collect statics). */ module.exports = {