Giter VIP home page Giter VIP logo

mmf-blog-vue2's Introduction

mmf-blog vuejs 2.0 v2版

demo: http://vue2.mmxiaowu.com

说明

本站采用 Vue2, Vue-Router, Vuex 搭建

网站分成前台和后台, 采用 SPA 模式构建

主要功能包括: 管理员, 用户, 分类, 文章, 评论, 文章点赞

主要技术栈: vue2, vue2-router, vuex, webpack, babel, eslint


其他版本

react spa版本: https://github.com/lincenying/mmf-blog-react-v2

vue2 spa版本: https://github.com/lincenying/mmf-blog-vue2

vue2 ssr版本: https://github.com/lincenying/mmf-blog-vue2-ssr


先安装 api server:

koa2版: https://github.com/lincenying/mmf-blog-api-koa2-v2

express版: https://github.com/lincenying/mmf-blog-api-v2

# 安装依赖
npm install  #or  yarn
# 注意: 不要用 cnpm 安装依赖

# 生产模式
npm run build

# 开发模式
npm run dev

首页 http://localhost:8080

登录 http://localhost:8080/backend

注意:

由于babelrc配置了

"presets": [
    ["env", {
        "targets": {
            "chrome": 52
        }
    }]
]

所以, 在开发环境下, 请用 chrome52+ 打开, 如果需要其他低版本浏览器, 请自行修改根目录的.babelrc文件

mmf-blog-vue2's People

Contributors

lincenying avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.