Skip to content

xu-snow/lindong_blog

Repository files navigation

blog

A Vue.js blog

Hint

please read and run server folder first node_server

How to use

  1. install dependencies npm install

  2. serve with hot reload at localhost:8080 npm run dev

build

build for production with minification npm run build and move them to server folder run gulp


Chinese

提示

运行前请先查阅server文件夹 node_server

怎样使用

  1. 安装依赖 npm install

  2. 在localhost:8080上启动程序 npm run dev

构建

构建并压缩 npm run build 将构建完代码移动至server文件夹, 运行 gulp