16-vue Django restful framework to create fresh supermarket-shopping cart function realization

Django 2.0.2 (Django-rest-framework) and the front-end and back-end separated mall website developed by front-end vue Online demo address: http://vueshop.mtianyan.cn/ github source code address: https://github.com/mtianyan/VueDjangoFrameWorkShop This section: Shopping cart function Functional Requirements Analysis of Shopping Cart ...

Posted by leetcrew on Sun, 06 Jan 2019 22:27:10 -0800

Using asp.net as the back end and combining Vue.js with axios and vue-infinite-scroll to realize rolling loading

Rolling load, or infinite load, is a very popular way to display lists nowadays. When the content of a list is too long, it usually needs to be displayed in the form of pagination, but it seems very inhumane to always need users to click on the next page, so the technology of rolling loading comes out. As long as the content scrolls to the bott ...

Posted by sinisake on Tue, 01 Jan 2019 10:24:08 -0800

Front-end MVC Vue2 Learning Summary (6) - axios and cross-domain HTTP requests, Lodash Toolkit

I. axios When Vue is updated to 2.0, it is declared that it will no longer update vue-resource. It is recommended to use axios, a component for client-server communication, and axios, an HTTP client javaScript tool based on Promise for browsers and nodejs. Generally speaking, the client can request the service provided by the server to obtain ...

Posted by PhpxZ on Tue, 25 Dec 2018 20:36:08 -0800

Learning Notes of vue vue-router vuex element-ui axios (16) Write express Server

Think of a way to use proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy proxy Pro Implementation steps 1. Implementing Agent by Modifying and Modifying Configuration in learn Project Open index.js under config Add the following code to proxyTable '/learn': { t ...

Posted by dingus on Mon, 24 Dec 2018 21:54:06 -0800

15-vue Django restful framework to build fresh supermarket-vue and user interface information coordination

Vue+Django REST framework Using Python 3.6 and Django 2.0.2 (Django-rest-framework) and front-end vue to develop front-end and back-end separated mall website The project supports Alipay payment (temporarily does not support WeChat payment), supports mobile phone SMS verification code registration, supports third party login. sen ...

Posted by OmegaB on Wed, 19 Dec 2018 23:15:05 -0800

Redux and its middleware: redux-thunk, redux-actions, redux-promise, redux-sage

Preface Here we will talk about the application of Redux in React. We will talk about the functions of Redux, react-redux, redux-thunk, redux-actions, redux-promise, redux-sage and the problems they solve. Because I don't want to stretch the space too long, I don't have too many source code analysis and grammar explanations. It's as simple as i ...

Posted by yobo on Sun, 16 Dec 2018 17:42:03 -0800

Open source widget - swagger API Access Code Generator (js/typescript)

Nowadays, front-end and back-end separation is popular. Back-end usually uses swagger to generate api documents and provide them to front-end colleagues for invocation. Generally, front-end is to view this document and write invocation code according to the document description. In fact, swagger has provided enough descriptive information, we c ...

Posted by badapple on Sat, 15 Dec 2018 06:24:03 -0800

17-vue Django restful framework to create fresh supermarket-order management interface

Django 2.0.2 (Django-rest-framework) and the front-end and back-end separated mall website developed by front-end vue Online demo address: http://vueshop.mtianyan.cn/ github source code address: https://github.com/mtianyan/VueDjangoFrameWorkShop This section: Order Management Interface Order Management Interface First, understand t ...

Posted by hubfub on Tue, 11 Dec 2018 06:18:07 -0800

Vue2.0 + vue-router 2.0 + Axios + webpack development webapp project (3)

After Vue was updated to 2.0, the author declared that instead of updating vue-resource, he would recommend axios and update vue-resource to axios in the project, which proved to be a good HTTP client. It simplifies and encapsulates HTTP-related operations as much as possible and is very convenient to use in Web App. T ...

Posted by Bookmark on Mon, 10 Dec 2018 13:18:05 -0800