Giter Site home page Giter Site logo

vuex-axios's Introduction

VUE全家桶,都有很牵强的用到

vue2

Vue.js(读音 /vjuː/,类似于 view) 是一套构建用户界面的渐进式框架。

vue.js

vue-router

应用的路由映射

router

vuex

Vuex 是一个专为 Vue.js应用程序开发的状态管理模式。它采用集中式存储管理应用的所有组件的状态,并以相应的规则保证状态以一种可预测的方式发生变化。

vuex

axios

基于 Promise 的 HTTP 请求客户端,可同时在浏览器和 node.js 中使用

axios axios介绍

UI

muse UI mint UI

项目图片展示

扫码观看

目录结构

|-- build                                  //webpack配置文件
|-- config                                 // 项目打包路径
|-- static                                 // 静态文件目录
|-- src                                    // 源码目录
|   |-- assets
|   |   |-- css
|   |   |   |-- main.scss                  // scss
|   |-- components                         // 组件
|   |-- data
|   |   |-- index.js                       // 请求数据
|   |-- router
|   |   |-- index.js                       // 路由配置
|   |-- store
|   |   |-- modules                        // vuex模块
|   |   |-- index.js                       // vuex主文件
|   |-- App.vue                            // 页面入口
|   |-- main.js                            // 程序入口
|-- .babelrc                               // ES6语法编译配置
|-- .editorconfig                          // 代码编写规格
|-- .gitignore                             // push忽略文件
|-- index.html                             // 入口html页面
|-- package.json                           // 依赖及配置
|-- README.md                              // 简介

使用

npm i               // 安装依赖
npm run dev         // 本地开发
npm run build       // 生产部署

vuex-axios's People

Contributors

vichily avatar

Watchers

James Cloos avatar CH avatar  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.