Vue.js 1.0+ integration for Flask (Python 3 version)
Project description
Flask-Vue packages Vue.js and many extended scripts into an extension.
It can also create links to serve Vue from a CDN and works with no boilerplate code in your application.
Contain Scripts
Scripts List
vue |
1.0.28 |
---|---|
vue-async-data |
1.0.2 |
vue-form |
0.3.1 |
vue-i18n |
4.6.0 |
vue-resource |
1.0.3 |
vue-router |
0.7.13 |
vue-validator |
2.1.7 |
vue-table |
1.5.3 |
vuex |
2.0.0 |
vue-strap |
1.1.29 |
Usage
Here is an example on init Vue:
from flask_vue import Vue [...] Vue(app) or vue = Vue() vue.init_app(app)
Configuration
There are configuration options used by Flask-Vue.
Option |
Default |
|
---|---|---|
VUE_USE_MINIFIED |
True |
Whether or not to use the minified scripts. |
VUE_SERVE_LOCAL |
False |
If True, scripts will be served from the local instance. |
VUE_LOCAL_SUBDOMAIN |
None |
Passes a subdomain parameter to the generated Blueprint. Useful when serving assets locally from a different subdomain. |
VUE_CDN_FORCE_SSL |
False |
If a CDN resource url starts with //, prepend ‘https:’ to it. |
VUE_CONFIGURATION |
flask_vue.config |
Individualized setting about each script. It supports to config CDN scripts which do not have local instance. |
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Flask-Vue-0.3.5.tar.gz
.
File metadata
- Download URL: Flask-Vue-0.3.5.tar.gz
- Upload date:
- Size: 262.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78d967088fa4b9dd13c250ee763604e53aa76c3f4c0dbbc2c59e9feb9522eb9d |
|
MD5 | c4f15fb78206590b59676537a0f96fd7 |
|
BLAKE2b-256 | 7956e87d2095c6355a173aa40f6e17f5c9b51784021a760b61b2ad723fda3d1d |