Gluing Python and Vue.js with a set of scripts in order to automate project and app builds
Project description
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.
The point is: you start with SPA app inside your current project and then extract it without having the dependency with backend framework, simply changing the npm build scripts.
Feel free to contribute with PRs and opening issues.
Thanks! Cheers! 🍻
Requirements
Python 2.7+ or 3.4+
nodejs > 5 and npm > 3
Commands reference
python-vuejs is shipped with a nice cli built on top of click.:
(env) $ pyvue --help Usage: pyvue [OPTIONS] COMMAND [ARGS]... Options: --help Show this message and exit. Commands: djangofy Convert Vue.js webpack project into a django... djbuild Called inside `package.json` djstartvueapp Run click commands on bash. installvuecli Install vue-cli startvueapp Init vue project via vue-cli vuebuild Build Vue.js project via npm vuecheck Check if node > 5 and npm > 3 are installed vuedev Run frontend dev server via npm
Installation
To install python-vuejs, simply::
$ pip install python-vuejs
Vue.js - A quick overview
Wrappers around npm and vue. These commands automate the boring stuff of setup vue via vue-cli::
$ pyvue startvueapp myapp $ cd myapp $ pyvue vuedev ...
Before you go on production run::
$ cd myapp $ pyvue vuebuild ...
Django - A quick overview
Run pyvue djstartvueapp into your django project directory:
(env) $ pyvue djstartvueapp myapp ... Enjoy!
Command installs all dependencies and make the myapp a django app.
Features
Vue.js starter via vue-cli
Django integrations with no dependencies
Detach backend and frontend with less effort
TODO
Supporting Flask, eg https://github.com/taogeT/flask-vue (without js inside package)
Supporting other frameworks
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file python_vuejs-1.0.9.tar.gz
.
File metadata
- Download URL: python_vuejs-1.0.9.tar.gz
- Upload date:
- Size: 22.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14fd9d40ca72b299443f37b6c189315e6c905056e8e5a305d7ea830e76e083ba |
|
MD5 | 47c3e4c4c591d0c48c5b25f787f480c0 |
|
BLAKE2b-256 | e72ad8d574521077d5df03e529fb686066dc876eeec568ef27caf6aaabe07f7e |
File details
Details for the file python_vuejs-1.0.9-py2.py3-none-any.whl
.
File metadata
- Download URL: python_vuejs-1.0.9-py2.py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd06e675b88460811d537bd2c96a06e9e53c214cb96d789564d8ae81e2463f9c |
|
MD5 | 38047511e9ceed02454cc904401bcfba |
|
BLAKE2b-256 | af09b12b533297a04737f2cc6fc52da8142434e0ff3373e102685623649629e2 |