文件名称:django-htmx-tailwind:Django + htmx + Tailwind CSS
文件大小:46KB
文件格式:ZIP
更新时间:2024-06-02 23:05:27
django tailwind-css htmx django-tailwind django-htmx
使用Django,htmx和Tailwind CSS进行快速原型制作 想学习如何构建它吗? 查看。 要使用这个项目吗? 货叉/克隆 创建并激活虚拟环境: $ python3 -m venv venv && source venv/bin/activate 安装Python依赖项: (venv)$ pip install -r requirements.txt 安装节点依赖项: $ npm install tailwindcss postcss postcss-cli autoprefixer @fullhuman/postcss-purgecss # you may need to install PostCSS globally as well # npm install --global postcss postcss-cli 应用迁移并运行Django开发服务器: (ven
【文件预览】:
django-htmx-tailwind-master
----postcss.config.js(439B)
----manage.py(662B)
----tailwind.config.js(160B)
----requirements.txt(37B)
----config()
--------settings.py(3KB)
--------urls.py(164B)
--------__init__.py(0B)
--------asgi.py(389B)
--------wsgi.py(389B)
----LICENSE(1KB)
----todos()
--------apps.py(85B)
--------urls.py(161B)
--------tests.py(60B)
--------migrations()
--------admin.py(109B)
--------__init__.py(0B)
--------models.py(57B)
--------views.py(542B)
--------todo.py(13KB)
----README.md(900B)
----templates()
--------index.html(1KB)
--------_base.html(808B)
--------todo.html(825B)
----.gitignore(42B)
----package-lock.json(50KB)
----static()
--------src()