Browse Source

Vue: explain how to watch for staticfiles

vuejs
Alexandre Iooss 6 years ago
parent
commit
3e5e563e91
No known key found for this signature in database GPG Key ID: 6C79278F3FCDCC02
  1. 3
      vue.config.js

3
vue.config.js

@ -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 = {

Loading…
Cancel
Save