Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
# django-babeljs #
A simple interface to babel.js: transpile your javascript template into a javascript tag.
## install ##
Just include `babeljs` into your `INSTALLED_APPS`
```
#!python
INSTALLED_APPS += [ "babeljs" ]
```
## templatetag ##
Load the templatetag
```
#!html
{% load babeljs %}
```
### babeljs ###
Include the babeljs file(s) as `<scrip...></script>` tag(s).
It is useful only for in browser transpilation (ie: no nodejs is installed), otherwise can be omitted
```
#!html
{% babeljs %}
```
### babel ###
load file.js, try to transpile it with babeljs and copy the result into the template (acts the same as the `include` tag)
```
#!html
{% babel "file.js" %}
```
transpile a react jsx file
```
#!html
{% babel "file.jsx" %}
```
## settings ##
### BABELJS_BABEL ###
Provide a custom babeljs script.
### BABELJS_ROOT ###
Where to find the babeljs script.
### BABELJS_MINIFIED ###
If use or not the minified version [default=not DEBUG].
Useful only for default babeljs script.
### BABELJS_CACHE_BACKEND ###
Use a specific cache backend for compiled js [default="default"].
### BABELJS_CACHE_TIMEOUT ###
The number of seconds the transpiled code should be stored in the cache, 0 for never cache it, None for cache it forever [default=300].
A simple interface to babel.js: transpile your javascript template into a javascript tag.
## install ##
Just include `babeljs` into your `INSTALLED_APPS`
```
#!python
INSTALLED_APPS += [ "babeljs" ]
```
## templatetag ##
Load the templatetag
```
#!html
{% load babeljs %}
```
### babeljs ###
Include the babeljs file(s) as `<scrip...></script>` tag(s).
It is useful only for in browser transpilation (ie: no nodejs is installed), otherwise can be omitted
```
#!html
{% babeljs %}
```
### babel ###
load file.js, try to transpile it with babeljs and copy the result into the template (acts the same as the `include` tag)
```
#!html
{% babel "file.js" %}
```
transpile a react jsx file
```
#!html
{% babel "file.jsx" %}
```
## settings ##
### BABELJS_BABEL ###
Provide a custom babeljs script.
### BABELJS_ROOT ###
Where to find the babeljs script.
### BABELJS_MINIFIED ###
If use or not the minified version [default=not DEBUG].
Useful only for default babeljs script.
### BABELJS_CACHE_BACKEND ###
Use a specific cache backend for compiled js [default="default"].
### BABELJS_CACHE_TIMEOUT ###
The number of seconds the transpiled code should be stored in the cache, 0 for never cache it, None for cache it forever [default=300].
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
django_babeljs-0.2-py3-none-any.whl
(679.3 kB
view details)
File details
Details for the file django_babeljs-0.2-py3-none-any.whl.
File metadata
- Download URL: django_babeljs-0.2-py3-none-any.whl
- Upload date:
- Size: 679.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18aebe31f92bce55785ba2fb778bc3b2cc412d6d84481306c636304bfe86049f
|
|
| MD5 |
c5c938c953c315d84a2ff0b379dad71c
|
|
| BLAKE2b-256 |
09a22f06b274947663694394ec7d2d8e9f92e853e4b904491e8c68c894aa85c4
|