Metadata-Version: 2.0
Name: atila-vue
Version: 0.1.3.2
Summary: Atila Extension For VueJS 2 SFC and SSR
Home-page: https://gitlab.com/atila-ext/atila-vue
Author: Hans Roh
Author-email: hansroh@gmail.com
License: MIT
Download-URL: https://pypi.python.org/pypi/atila-vue
Platform: posix
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Web Environment
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: JavaScript
Description-Content-Type: text/markdown
Requires-Dist: atila
Requires-Dist: django (<3.0)
Requires-Dist: django-admin-menu (==1.3)
Requires-Dist: django-admin-numeric-filter
Requires-Dist: django-admin-rangefilter
Requires-Dist: firebase-admin
Requires-Dist: psycopg2-binary


## Atila-Vue

Atla-Vue is [Atila](https://pypi.org/project/atila/) extension package for simple srverside rendering framework.

It will be useful for building simple web service in situation frontend developer dose not exists.

It uses,

- VueJS 2 with [http-vue-loader](https://github.com/FranckFreiburger/http-vue-loader). Due to this great library, we can make component based composited views and even SPA.
- Django for ORM model management and administive views
- Firebase login including google, facebook and email

## Example

See [atila-vue](https://gitlab.com/atila-ext/atila-vue) repository.


