python-vuejs
python-vuejs copied to clipboard
How to use STATIC_URL with pyvue build
- 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
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!