Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Django, Nuxt.js, and MySQL development environment using Visual Studio Code Remote - Containers

Notifications You must be signed in to change notification settings

matsuokashuhei/django-nuxt-mysql-on-vscode-remote-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django, Nuxt.js, and MySQL development environment using Visual Studio Code Remote - Containers

How to Use

Open editor with development environment

Django app

  1. Open your VS Code
  2. F1 > Remote Containers: Open Folder in Container... and select django folder
  3. Open new terminal and run django-admin startproject mysite ..
  4. After django-admin startproject mysite, run python manage.py runserver 0:8000 on terminal.

Nuxt.js app

  1. Open new window
  2. F1 > Remote Containers: Open Folder in Container... and select nuxt folder
  3. Open new terminal in VS Code and run npx create-nuxt-app ..
  4. After npx create-nuxt-app ., run npm run dev on terminal.

If you want to open both environments, open two windows in your VS Code. Please read Connecting to multiple containers at once in detail.

Built-in Extensions in Development environment

Django

Nuxt.js

About

Django, Nuxt.js, and MySQL development environment using Visual Studio Code Remote - Containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published