Code Monkey home page Code Monkey logo

vue-blog's Introduction

vue-blog

Simple blog base on Vue.js and Element UI

项目目录说明

.
│── build/                                       // 基本配置
│   ├── default.js                                // 默认配置
│   ├── webpack.base.js                           // 基础配置
│   ├── webpack.dev.js                             // 开发环境配置
│   └── webpack.prod.js                            // 构建任务配置
|—— dist/                                         //webpack 构建输出的目录
├── src/                                          // 源码目录
│   ├── components/                               // 组件
│   │     ├── left/
│   │     ├── footer/
│   │     └── header/
│   ├── pages/                                     // 页面
│   ├── libs/                                    // 编写的公共库
│   ├── assets/                                  // 资源文件,css,图片,字体等
│   ├── service/                                  // 数据交互统一调用与后台接口通信
│   ├── stores/                                   // vuex的状态管理
│   ├── router/                                    // 路由
|   |—— directives/                               //自定义指令
|   |—— filters/                                  //vue 过滤器
│   ├── App.vue                                   // 页面入口文件
│   └── index.js                                   // 程序入口文件,加载各种公共组件
├── favicon.ico                                   // 图标
├── index.html                                    // 入口html文件
.

项目安装

git clone https://github.com/AlanWen2016/vue-blog.git
cd vue-blog

本地开发

npm install && npm run dev

项目构建

npm run build

vue-blog's People

Contributors

andew-gu avatar alanwen2016 avatar

Stargazers

xjChen avatar  avatar  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.