文件名称:task-manager:任务
文件大小:408KB
文件格式:ZIP
更新时间:2024-05-03 12:10:16
JavaScript
微帖 使用Vue.js,Express和MongoDB的全栈应用示例。 您需要将server / routes / api / posts.js中的MongoDB连接字符串编辑为您自己的字符串。 快速开始 # Install dependencies npm install # Start Express Server: http://localhost:5000 npm start # Start Vue DevServer: http://localhost:8080 cd client npm run serve # Build for production (Will build into server/public, ready for deployment) cd client npm run build 应用程式资讯 作者 纳西尔汗259 版本 1.0.0 执照 该项目已获得
【文件预览】:
task-manager-master
----client()
--------.gitignore(231B)
--------package.json(875B)
--------package-lock.json(460KB)
--------src()
--------public()
--------README.md(318B)
--------vue.config.js(214B)
--------babel.config.js(73B)
----.gitignore(13B)
----package.json(456B)
----server()
--------package.json(516B)
--------package-lock.json(26KB)
--------models()
--------public()
--------index.js(1KB)
--------.env(67B)
--------routes()
----package-lock.json(102KB)
----README.md(1KB)