开源软件名称:vue-express-mongodb
开源软件地址:https://gitee.com/bossyuan/vue-express-mongodb
开源软件介绍:
Vue + Express + Mongodb 全栈之路Keywords- Vue
- Express
- Nodemon
- Webpack
- Npm
- MongoDb
Structure.├── LICENSE├── README.md├── index.js├── nodemon.json├── package.json├── src│ ├── client│ │ ├── App.vue│ │ ├── components│ │ │ └── Hello.vue│ │ └── index.js│ └── server│ ├── index.js│ ├── public│ │ └── favicon.ico│ ├── router.js│ └── views│ ├── error.jade│ └── index.jade└── webpack.config.js UsageInstall dependencies npm install
Run the application npm run dev
ReferencesSome ideas are stolen from them, really appreciated. |
请发表评论