Cookiecutter Django Vue项目模板详解及使用指南

Cookiecutter Django Vue是一个基于Django和Vue的项目模板,简化前后端集成开发。它支持REST或GraphQL API,提供了服务器和数据库的初始设置,同时集成了本地邮件测试、错误记录和网络分析功能。使用方法简单:通过pip安装cookiecutter,然后从指定仓库运行,按提示输入所需值即可。
zip
cookiecutter-django-vue-master.zip 预估大小:85个文件
folder
cookiecutter-django-vue-master 文件夹
file
.travis.yml 155B
folder
hooks 文件夹
file
post_gen_project.py 2KB
file
cookiecutter.json 671B
folder
tests 文件夹
file
test_docker.sh 357B
file
test_generation.py 222B
folder
{{cookiecutter.project_slug}} 文件夹
folder
nginx 文件夹
file
Dockerfile 390B
file
dev.conf 1KB
file
prod.conf 1KB
file
jsconfig.json 226B
folder
frontend 文件夹
file
vue.config.js 508B
file
package.json 2KB
folder
tests 文件夹
folder
unit 文件夹
file
.eslintrc.js 111B
folder
package-lock.json 文件夹
folder
src 文件夹
file
apollo.js 2KB
file
App.vue 124B
file
registerServiceWorker.js 741B
folder
graphql 文件夹
folder
queries 文件夹
file
profile.gql 78B
folder
mutations 文件夹
file
resetPassword.gql 95B
file
resetPasswordConfirm.gql 161B
file
register.gql 222B
file
refreshToken.gql 103B
file
login.gql 118B
file
logout.gql 47B
file
verifyToken.gql 91B
file
main.js 2KB
folder
components 文件夹
file
ExampleComponent.vue 313B
file
store.js 178B
file
router.js 359B
folder
store 文件夹
file
index.js 239B
folder
services 文件夹
file
users.js 2KB
folder
modules 文件夹
file
auth.js 1KB
folder
public 文件夹
folder
img 文件夹
folder
icons 文件夹
file
apple-touch-icon-60x60.png 1KB
file
android-chrome-192x192.png 9KB
file
msapplication-icon-144x144.png 1KB
file
apple-touch-icon.png 5KB
file
apple-touch-icon-76x76.png 2KB
file
apple-touch-icon-152x152.png 4KB
file
safari-pinned-tab.svg 10KB
file
favicon-32x32.png 1KB
file
mstile-150x150.png 4KB
file
apple-touch-icon-120x120.png 3KB
file
favicon-16x16.png 799B
file
android-chrome-512x512.png 29KB
file
apple-touch-icon-180x180.png 5KB
file
manifest.json 461B
file
robots.txt 24B
file
index.html 1KB
file
babel.config.js 53B
file
docker-compose-prod.yml 886B
file
env.example 696B
file
.graphqlrc 66B
file
docker-compose.yml 1KB
file
.gitignore 762B
file
README.md 623B
file
.editorconfig 193B
folder
backend 文件夹
folder
config 文件夹
file
wsgi.py 1KB
folder
__init__.py 文件夹
file
settings.py 10KB
file
schema.py 339B
file
api.py 193B
file
urls.py 824B
file
Dockerfile 623B
folder
static 文件夹
folder
.gitkeep 文件夹
folder
__init__.py 文件夹
file
requirements.txt 967B
file
manage.py 971B
folder
apps 文件夹
folder
__init__.py 文件夹
folder
users 文件夹
file
serializers.py 988B
file
models.py 3KB
file
apps.py 117B
folder
templates 文件夹
folder
mail 文件夹
file
password_reset.txt 419B
folder
__init__.py 文件夹
folder
migrations 文件夹
folder
__init__.py 文件夹
file
0001_initial.py 2KB
file
schema.py 4KB
file
views.py 4KB
file
admin.py 1KB
file
forms.py 2KB
folder
scripts 文件夹
file
gunicorn.sh 225B
file
start.sh 207B
file
entrypoint.sh 603B
file
LICENSE 1KB
file
requirements.txt 67B
file
.gitignore 677B
file
README.md 3KB
...
zip 文件大小:119.75KB