1 Star 1 Fork 36

学习教程 / vue-express-mongodb

forked from 袁书记 / vue-express-mongodb 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
袁书记 提交于 2017-06-26 17:41 . 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

Usage

  1. Install dependencies

    npm install

  2. Run the application

    npm run dev

References

Some ideas are stolen from them, really appreciated.

JavaScript
1
https://gitee.com/eric-tutorial/vue-express-mongodb.git
git@gitee.com:eric-tutorial/vue-express-mongodb.git
eric-tutorial
vue-express-mongodb
vue-express-mongodb
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891