Skip to content

barry1101/vue2-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue2-blog

一个 Material Design 风格的响应式博客 Demo ,mock 模拟数据,无后端实现

Demo

演示地址

Use

  • muse-ui
  • vue
  • vue-router
  • vuex
  • axios
  • mock.js (模拟数据)
  • marked (markdown支持)

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report