Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A bootstrap for Django using vue for the public frontend

NotificationsYou must be signed in to change notification settings

chris-lu/django-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup

1. Clone this repository

git clone<repository_url>cd<repository_directory>

2. Backend initialization (Django)

poetry installpoetry run python manage.py makemigrationspoetry run python manage.py migratepoetry run python manage.py createsuperuser

3. Run the Backend

poetry run python manage.py runserver

4. Frontend initialization (VueJS 3.0)

cd frontendnpm install

5. Run the Frontend (VueJS 3.0)

cd frontendnpm run dev

6. Verify the Deployment

Navigate to your server address in your preferred browser:

http://127.0.0.1:8000ORhttp://localhost:8000

Acknowledgments

Inspirations

Enjoy!

About

A bootstrap for Django using vue for the public frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp