python_vuejs package

Submodules

python_vuejs.cli module

python_vuejs.django module

python_vuejs.utils module

python_vuejs.utils.cd(path)[source]

A context manager which changes the working directory to the given path, and then changes it back to its previous value on exit.

python_vuejs.utils.touch(filename, extrapath=”)[source]

Like touch *nix command

python_vuejs.vuejs module

class python_vuejs.vuejs.VueJs[source]

Bases: object

Provide subprocess call to npm and vue-cli

static build()[source]
static dev()[source]
static install_cli()[source]
static install_dependencies(project)[source]
static node_check()[source]

Node and npm version checker

static project_setup(project)[source]
static vue_cli_check()[source]

vue-cli version checker

class python_vuejs.vuejs.VueJsBuilder[source]

Bases: object

static startproject(project)[source]

Module contents