Skip to content

Commit

Permalink
Updated README, flask link
Browse files Browse the repository at this point in the history
  • Loading branch information
gtalarico committed Aug 28, 2018
1 parent 940037c commit f0e6711
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and use Django and RestFramework to manage a Data Models, Web API, and serve sta

While it's possible to add endpoints to serve django-rendered html responses, the intention is to use Django primarily for the backend, and have view rendering and routing and handled by Vue + Vue Router as a Single Page Application (SPA).

Out of the box, Django will serve the application entry point (`index.html` + bundled assets) at `/` ,
Out of the box, Django will serve the application entry point (`index.html` + bundled assets) at `/` ,
data at `/api/`, and static files at `/static/`. Django admin panel is also available at `/admin/` and can be extended as needed.

The application templates from Vue Cli `create` and Django `createproject` are kept as close as possible to their
Expand All @@ -23,6 +23,8 @@ If this setup is not what you are looking for, you might want look at other simi
* [ariera/django-vue-template](https://github.com/ariera/django-vue-template)
* [vchaptsev/cookiecutter-django-vue](https://github.com/vchaptsev/cookiecutter-django-vue)

Prefer Flask? Checkout my [gtalarico/flask-vuejs-template](https://github.com/gtalarico/flask-vuejs-template)

### Demo

[Live Demo](https://django-vue-template-demo.herokuapp.com/)
Expand Down

0 comments on commit f0e6711

Please sign in to comment.