From 419a66c13d79735537da593e8f0f9b84334490bb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 6 Oct 2017 01:01:58 +0200 Subject: [PATCH 1/3] Update punch.py from 1.4.1 to 1.4.2 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index e2d28a6..e7f422e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ pip==9.0.1 -punch.py==1.4.1 +punch.py==1.4.2 watchdog==0.8.3 flake8==3.4.1 tox==2.9.1 From fc61cee304ec8cf21f247e66a9af372e1a46d21e Mon Sep 17 00:00:00 2001 From: Christian Strappazzon Date: Fri, 23 Feb 2018 09:34:26 +0100 Subject: [PATCH 2/3] least but not (maybe) last update --- README.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index fe44d67..c0df0ce 100644 --- a/README.rst +++ b/README.rst @@ -20,6 +20,11 @@ Python and Vue.js gule :target: http://python-vuejs.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status +**UPDATE**: at the moment project is not supported anymore, due to the rapid evolving of the JavaScript ecosystem. +It was born like a POF to allow me to study a bit of JavaScript and VueJS and try some hacks with `click`. +Maybe in the future, the project could reborn. +Thanks for using it! + Gluing Python and `Vue.js `_ with a set of scripts that automate the dev and build process. 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 ------------ * Python 2.7+ or 3.4+ -* nodejs > 5 and npm > 3 +* nodejs > 5 and npm > 3 (could not work with new versions) +* *nix like SO, Windows not supported ------------------ Commands reference @@ -90,7 +96,7 @@ Before you go on production run::: Django - A quick overview ------------------------- -Run ``pyvue djstartvueapp`` into your django project directory:: +Run ``pyvue djstartvueapp`` **into your django project directory**:: (env) $ pyvue djstartvueapp myapp ... @@ -111,6 +117,7 @@ TODO * Supporting Flask, eg https://github.com/taogeT/flask-vue (without js inside package) * Supporting other frameworks +* Supporting windows Credits ------- From 6392343d74ad432a76b5c4d3a4ba4b22de6b1b15 Mon Sep 17 00:00:00 2001 From: Christian Strappazzon Date: Fri, 23 Feb 2018 09:36:31 +0100 Subject: [PATCH 3/3] least but not (maybe) last update. Maybe. --- README.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c0df0ce..fee14a1 100644 --- a/README.rst +++ b/README.rst @@ -20,11 +20,19 @@ Python and Vue.js gule :target: http://python-vuejs.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status -**UPDATE**: at the moment project is not supported anymore, due to the rapid evolving of the JavaScript ecosystem. +------ +UPDATE +------ + +At the moment project is not supported anymore, due to the rapid evolving of the JavaScript ecosystem. It was born like a POF to allow me to study a bit of JavaScript and VueJS and try some hacks with `click`. Maybe in the future, the project could reborn. Thanks for using it! +------- +The aim +------- + Gluing Python and `Vue.js `_ with a set of scripts that automate the dev and build process. Projects aims to be agnostic, just use it in order to automate the boring stuff to setup a Vue.js project.