Skip to content

djendjcn/nas_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nas_web

项目构建步骤

build前端

在nas_client目录下执行

npm run build

会生成新的dist目录,并自动保存到nas_server/static目录下

build后端

在nas_server目录下执行

pyinstaller --onefile --noconsole --add-data "templates;templates" --add-data "templates/static;templates/static" app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages