Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergei-maertens/django-systemjs
https://github.com/sergei-maertens/django-systemjs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergei-maertens/django-systemjs
- Owner: sergei-maertens
- License: mit
- Archived: true
- Created: 2015-07-06T15:53:26.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2016-12-14T11:38:31.000Z (about 8 years ago)
- Last Synced: 2024-08-08T18:39:13.909Z (5 months ago)
- Language: Python
- Size: 199 KB
- Stars: 42
- Watchers: 3
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- Changelog: Changelog.rst
- Contributing: docs/contributing.rst
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-django-cn - django-systemjs, star:41 - Django SystemJS 将 Javascript 的未来版本带到当前的 Django 中。(JSPM 与 Django 集成) (资源管理)
- awesome-django - django-systemjs - Django SystemJS brings the Javascript of tomorrow to Django, today. (JSPM integration in Django) (Asset Management)
- awesome-django - django-systemjs - Django SystemJS brings the JavaScript of tomorrow to Django, today. (JSPM integration in Django) (Asset Management)
README
=====================
Django SystemJS
=====================.. image:: https://travis-ci.org/sergei-maertens/django-systemjs.svg?branch=master
:target: https://travis-ci.org/sergei-maertens/django-systemjs.. image:: https://coveralls.io/repos/sergei-maertens/django-systemjs/badge.svg
:target: https://coveralls.io/r/sergei-maertens/django-systemjs.. image:: https://img.shields.io/pypi/v/django-systemjs.svg
:target: https://pypi.python.org/pypi/django-systemjs.. image:: https://readthedocs.org/projects/django-systemjs/badge/?version=latest
:target: http://django-systemjs.readthedocs.org/en/latest/?badge=latest
:alt: Documentation StatusDjango SystemJS brings the Javascript of tomorrow to Django, today.
It leverages JSPM (https://jspm.io) to do the heavy lifting for your
client side code, while keeping development flow easy and deployment
without worries. In DEBUG mode, your Javascript modules are loaded
asynchronously. In production, your app is nicely bundled via JSPM
and ties in perfectly with `django.contrib.staticfiles`.Installation
============Follow the documentation on http://django-systemjs.readthedocs.org/en/latest/.