mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Vue: explain how to watch for staticfiles
This commit is contained in:
parent
4e1aecaa98
commit
3e5e563e91
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
* Then you can use for exemple <re2o-hello-world></re2o-hello-world> to call
|
* Then you can use for exemple <re2o-hello-world></re2o-hello-world> to call
|
||||||
* the HelloWorld component.
|
* 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 = {
|
module.exports = {
|
||||||
|
|
Loading…
Reference in a new issue