摘要: 1 vue init webpack 项目名 2 cd 项目名 3 cnpm install 4 cnpm install axios 镜像源下载: npm install -g cnpm --registry=https://registry.npm.taobao.org 在 main.js 写入 阅读全文
posted @ 2020-08-06 21:15 高登汗 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 1 安装django 命令 pip install django==2.1.14 -i https://pypi.douban.com/simple 2 创建一个项目:django -admin startproject 项目名 3 cd 项目名 4 python manage.py starapp 阅读全文
posted @ 2020-08-06 21:06 高登汗 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 1 安装: pipenv pip install pipenv 2 安装虚拟环境: pipenv install 3 进入交互模式: pipenv shell 4 安装各种模块: pipenv install django==2.1.14 pip install django==2.1.* -i h 阅读全文
posted @ 2020-08-06 20:50 高登汗 阅读(87) 评论(0) 推荐(0) 编辑