Skip to content

vue2 + webpack + node.js + elementUI + mintUI SPA个人博客

License

Notifications You must be signed in to change notification settings

daLingZhong/MyBlog

Repository files navigation

MyBlog

vue2 + webpack + node.js + elementUI 个人博客 http://www.zhongdaling.me

Keywords

  • Vue
  • Express
  • Nodemon
  • Webpack
  • Npm
  • ElementUI

Structure

.
├── LICENSE
├── README.md
├── .babelrc
├── 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

need install and open mongodb first

  1. Install dependencies

    npm install

  2. Run the application

    npm run dev

References

Some ideas are stolen from them, really appreciated.

About

vue2 + webpack + node.js + elementUI + mintUI SPA个人博客

http://www.zhongdaling.me

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published