Skip to content

theguardsgod/django_excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

django_excel

多人协作文档 该程序主要修改于https://github.com/liuqiao1995/luckysheet_django

使用起步:
1、安装python3.7
2、安装jdk,建议jdk8,因为我使用的就是该版本,因为当前py3的解压有bug (https://bugs.python.org/issue24301)
3. 在djangoBegin目录下 pip install -r requirements.txt
4、安装node.js
    进入 Luckysheet-master目录下
    安装
    npm install
    npm install gulp -g
    开发
    npm run dev
    打包
    npm run build
使用起步:
1、启动vue前端程序
 进入 Luckysheet-master目录下
 npm run dev
 即启动成功
2、 启动Django后端程序
 在djangoBegin目录下 
 python  manage.py runserver
即启动成功

之后程序即可运行

About

多人协作文档

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published