Skip to main content

Vue.js 1.0+ integration for Flask (Python 3 version)

Project description

===============
Flask-Vue
===============
.. image:: https://img.shields.io/pypi/v/Flask-Vue.svg
:target: https://pypi.python.org/pypi/Flask-Vue/
.. image:: https://img.shields.io/pypi/dm/Flask-Vue.svg
:target: https://pypi.python.org/pypi/Flask-Vue/
.. image:: https://img.shields.io/pypi/l/Flask-Vue.svg
:target: https://pypi.python.org/pypi/Flask-Vue
.. image:: https://img.shields.io/pypi/pyversions/Flask-Vue.svg
:target: https://pypi.python.org/pypi/Flask-Vue/
.. image:: https://img.shields.io/pypi/status/Flask-Vue.svg
:target: https://pypi.python.org/pypi/Flask-Vue/

Flask-Vue packages `Vue.js
<http://vuejs.org>`_ 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.26 |
+===============+========+
|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 |
+---------------+--------+
|vuex | 0.8.2 |
+---------------+--------+

-----
Usage
-----

Here is an example::

from flask_vue import Vue

[...]

Vue(app)

or

vue = Vue()
vue.init_app(app)

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

Flask-Vue-0.3.0.tar.gz (171.6 kB view hashes)

Uploaded Source

Built Distribution

Flask_Vue-0.3.0-py3-none-any.whl (189.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page