Skip to content

Commit fc61cee

Browse files
authored
least but not (maybe) last update
1 parent 58c9046 commit fc61cee

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
2328
Gluing Python and `Vue.js <https://vuejs.org/>`_ with a set of scripts that automate the dev and build process.
2429

2530
Projects 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
------------------
4349
Commands reference
@@ -90,7 +96,7 @@ Before you go on production run:::
9096
Django - 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
...
@@ -111,6 +117,7 @@ TODO
111117

112118
* Supporting Flask, eg https://github.com/taogeT/flask-vue (without js inside package)
113119
* Supporting other frameworks
120+
* Supporting windows
114121

115122
Credits
116123
-------

0 commit comments

Comments
 (0)