Metadata-Version: 2.1
Name: atila-vue
Version: 0.1.3.5
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: firebase-admin
Requires-Dist: psycopg2-binary
Requires-Dist: django-admin-rangefilter
Requires-Dist: django-admin-numeric-filter
Requires-Dist: django-admin-menu (==1.3)


## Atila-Vue

Atla-Vue is [Atila](https://pypi.org/project/atila/) extension package for simple srverside rendering framework. It is for lazy backend developers who doesn't want to make admin pages nor struggle with nodejs things.

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

It uses,

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

## Example

See [atila-vue](https://gitlab.com/atila-ext/atila-vue) repository and [atila-vue test script](https://gitlab.com/skitai/skitai/-/blob/master/tests/level4/serve.py).


