Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 304 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 304 Bytes

LIBRARY-MANAGE

数据库期中作业

dev-www为前端的代码 用 vue + webpack进行搭建 localhost:8080

前端运行 npm run dev

前端生产 npm run build

生产到 /view/index.html

静态文件在 /public

根目录下为express搭建的后端,localhost:3000

开启后端 npm start