8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-08-19 21:53:41 +00:00

Vue: explain how to watch for staticfiles

This commit is contained in:
Alexandre Iooss 2020-04-23 11:55:06 +02:00
parent 4e1aecaa98
commit 3e5e563e91
No known key found for this signature in database
GPG key ID: 6C79278F3FCDCC02

View file

@ -6,7 +6,8 @@
* Then you can use for exemple <re2o-hello-world></re2o-hello-world> 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 = {