Coder Social home page Coder Social logo

yacbugzillakmap's Introduction

项目配置教程

前置准备

pip/python环境

image

node.js环境

image

配置后端

超详细Django+vue+vscode前后端分离搭建_vscode django vue-CSDN博客

  • 使用项目只需要安装一定的依赖项:

使用venv环境,初始pip list为空

-首先需要: pip install django

-使用pysql: pip install pymysql

-django rest framework:

pip install djangorestframework
# 暂时不装也可以
pip install markdown
# 用于数据筛选
pip install django-filter

-api文档swagger: pip install drf-yasg

-前后端联调——利用django-cors-headers模块解决跨域问题

pip install django-cors-headers

image

配置前端

npm install -g @vue/cli

image

npm install axios

npm install element-plus --save

使用仓库

git pull在每次push之前是必要的

运行项目

后端

python manage.py runserver

前端 生成图形界面控制

vue ui

直接命令行

npm run serve 或 vue serve

yacbugzillakmap's People

Contributors

fengye7 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.