@@ -20,6 +20,11 @@ Python and Vue.js gule
2020:target: http://python-vuejs.readthedocs.io/en/latest/?badge=latest
2121:alt: Documentation Status
2222
23+ **UPDATE **: at the moment project is not supported anymore, due to the rapid evolving of the JavaScript ecosystem.
24+ It was born like a POF to allow me to study a bit of JavaScript and VueJS and try some hacks with `click `.
25+ Maybe in the future, the project could reborn.
26+ Thanks for using it!
27+
2328Gluing Python and `Vue.js <https://vuejs.org/ >`_ with a set of scripts that automate the dev and build process.
2429
2530Projects aims to be agnostic, just use it in order to automate the boring stuff to setup a Vue.js project.
@@ -37,7 +42,8 @@ Requirements
3742------------
3843
3944* Python 2.7+ or 3.4+
40- * nodejs > 5 and npm > 3
45+ * nodejs > 5 and npm > 3 (could not work with new versions)
46+ * *nix like SO, Windows not supported
4147
4248------------------
4349Commands reference
@@ -90,7 +96,7 @@ Before you go on production run:::
9096Django - A quick overview
9197-------------------------
9298
93- Run ``pyvue djstartvueapp `` into your django project directory::
99+ Run ``pyvue djstartvueapp ``** into your django project directory ** ::
94100
95101 (env) $ pyvue djstartvueapp myapp
96102 ...
111117
112118* Supporting Flask, eg https://github.com/taogeT/flask-vue (without js inside package)
113119* Supporting other frameworks
120+ * Supporting windows
114121
115122Credits
116123-------