python-vuejs icon indicating copy to clipboard operation
python-vuejs copied to clipboard

How to use STATIC_URL with pyvue build

Open LensHunnel opened this issue 8 years ago • 1 comments

  • Python and Vue.js integration version: 1.0.6
  • Python version: 2.7
  • Operating System: Debian 7 Hi, When I use pyvue build command, I get in the template index.html the static path starting with a slash but it shouldn't. And the path in the built css do not use the STATIC_URL defined in Django settings

LensHunnel avatar Sep 03 '17 15:09 LensHunnel

When I use pyvue build command, I get in the template index.html the static path starting with a slash but it shouldn't.

Fixed on 1.0.9

And the path in the built css do not use the STATIC_URL defined in Django settings

We need a PR, feel free contribute! Thanks!

cstrap avatar Oct 03 '17 13:10 cstrap