@@ -20,6 +20,11 @@ Python and Vue.js gule
20
20
:target: http://python-vuejs.readthedocs.io/en/latest/?badge=latest
21
21
:alt: Documentation Status
22
22
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
+
23
28
Gluing Python and `Vue.js <https://vuejs.org/ >`_ with a set of scripts that automate the dev and build process.
24
29
25
30
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
37
42
------------
38
43
39
44
* 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
41
47
42
48
------------------
43
49
Commands reference
@@ -90,7 +96,7 @@ Before you go on production run:::
90
96
Django - A quick overview
91
97
-------------------------
92
98
93
- Run ``pyvue djstartvueapp `` into your django project directory::
99
+ Run ``pyvue djstartvueapp `` ** into your django project directory ** ::
94
100
95
101
(env) $ pyvue djstartvueapp myapp
96
102
...
111
117
112
118
* Supporting Flask, eg https://github.com/taogeT/flask-vue (without js inside package)
113
119
* Supporting other frameworks
120
+ * Supporting windows
114
121
115
122
Credits
116
123
-------
0 commit comments