The installation

git clone https://github.com/hilongjw/vue-material-blog.git

Install local service third-party dependencies using NPM (Node.js is required)

npm install
Copy the code

Start the service (http://localhost:8080)

Post code

The directory structure

Gitignore # ignore files that don't need git control such as node_modules │ package.json # project configuration │ readme.md # Project description │ index.html # Home │ ├─node_modules │ ├ ─ build │ │ webpack. Base. Config. Js based configuration # webpack │ │ webpack. Dev. Config. Js # webpack development configuration │ └ ─ webpack. Prod. Config. Js # webpack Production setup │ ├ ─ SRC │ app.vue # primary vue │ main.js # start setup │ router.js # route │ filter.js # filter.js # directive ├─ ├─ exercises # ├─ exercises # ├─ exercises # ├─ exercises #