文件名称:todovuedjango:vue、vuex、router、vuetify 和 DRF 与 Django 的实现
文件大小:463KB
文件格式:ZIP
更新时间:2024-08-12 17:58:50
javascript css python heroku html
托多维詹戈 项目设置 npm install pipenv install IMP pipenv run ./manage.py makemigrations todos # App Name required pipenv run ./manage.py migrate # Create Super User for /admin/ # pipenv run ./manage.py createsuperuser # --username admin --email testvue@django.org pipenv run ./manage.py collectstatic --noinput 编译和缩小用于生产 npm run build 用于开发的热重载 pipenv run ./manage.py runserver 0.0.0.0:8000 在heroku上自动构建
【文件预览】:
todovuedjango-master
----.github()
--------workflows()
----public()
--------index.html(791B)
----manage.py(631B)
----src()
--------router()
--------services()
--------main.js(672B)
--------store()
--------views()
--------components()
--------App.vue(3KB)
--------plugins()
----babel.config.js(73B)
----requirements.txt(738B)
----Pipfile.lock(20KB)
----django_proj()
--------settings.py(5KB)
--------urls.py(1KB)
--------__init__.py(0B)
--------asgi.py(399B)
--------wsgi.py(399B)
----todos()
--------apps.py(85B)
--------permissions.py(633B)
--------urls.py(722B)
--------tests.py(60B)
--------admin.py(421B)
--------__init__.py(0B)
--------models.py(3KB)
--------views.py(4KB)
--------serializers.py(6KB)
----Procfile(188B)
----README.md(605B)
----Pipfile(945B)
----vue.config.js(399B)
----templates()
--------rest_framework()
--------todos()
----.gitignore(300B)
----.gitignore.save(299B)
----package-lock.json(475KB)
----package.json(1KB)
----static()
--------favicon.ico(15KB)
--------bootstrap.min.css(119KB)
--------bootstrap-darkly.min.css(119KB)
--------todos()