Revamping of Old Projects

Preface Old project, React + PHP + nginx Project situation PHP terminal configuration In terms of PHP running environment, some of the development environments are wamp (apache + PHP), and some are np (Nginx + PHP). Operating system: Most of them are win environments, a few are MacOS systems, while the server is centOS systems. directory stru ...

Posted by zubinkasad on Sun, 21 Apr 2019 23:27:34 -0700

vue+muse-ui for online resume editing

Realize an online resume editor, realize online editing, generate resume pictures, apply technology: 1.vue.js 2.webpack 3.muse-ui(https://museui.github.io) 4. HTML 2 canvas. JS (used to generate images from html); The catalogue of projects that have been developed is as follows: And then the overall effect of my resume. (Using the ...

Posted by willchoong on Thu, 18 Apr 2019 20:33:32 -0700

ECharts 3.0 Source Brief Analysis 1-Overall Architecture

Baidu Echarts 3.0 As an important open source library for front-end domain visualization, it is often used in our daily work and life, so it is necessary to understand the source code of Echarts together. I'm going to introduce the use and source code of Echarts 3.x in a series. Some demo s and other source codes that are not introduced in the ...

Posted by Iki on Sun, 14 Apr 2019 20:48:33 -0700

Newcomers learn, according to the documentation of web pack, bug repair is basically perfect. (If you have problems, please contact me, not completely original, do not like spraying..)

Introduction:webpack is simply a configuration file in which all the magic happens. This configuration file is divided into three main blocks Which file is the entry file for webpack to use as the entry for the projectoutput exits let webpack place the processed filesWhat different modules do module modules use to process various types of files ...

Posted by mikemessiah on Sun, 14 Apr 2019 18:39:32 -0700

Xiaobai Full Stack Development I

Xiaobai Full Stack Development I brief introduction From a beginner's point of view (vue, Koa and Express) Starting from 0, build a single page front-end project that provides data through RESTful API and consists of vue. I hope I can help you, like me, who are all white stacks. (I have read many articles about how to build the whole stack, som ...

Posted by garfield213 on Sat, 13 Apr 2019 10:57:31 -0700

gulp common set of functions (development and production separation, static resource compression optimization, code optimization, real-time compilation, hash)

gulp common set of functions (development and production separation, static resource compression optimization, code optimization, real-time compilation, hash) tags: gulp front-end automation development [TOC]A complete self-use framework based on self-use: cddgulpnpm point Heregithub point HereAnother self-use webpack 2.x + vue2.x real-time pr ...

Posted by rpadilla on Mon, 08 Apr 2019 23:03:30 -0700

Vue2+VueRouter 2+webpack Construction Project (4) Connect the api and render a list first

Vue2+VueRouter 2+webpack Construction Project (4) Connect the api and render a list first Catalog Index "Vue2 + VueRouter 2 + webpack construction project actual combat (1) preparation work" "Vue2 + VueRouter 2 + webpack Construction Project Actual Warfare (II) Directory and File Structure" "Vue2+VueRoute ...

Posted by CBaZ on Sun, 07 Apr 2019 14:48:30 -0700

React+webpack develops a todoMvc from 0 to 1 (2)

How React Binds in Two Ways todoMvc-2step source todoMvc-2step demonstrationThe last chapter mainly talks about react+webpack environment construction, this chapter mainly talks about how to bind two-way. As you know a little about vue and angular, both frameworks support bidirectional binding, while react is one-way binding. There is an articl ...

Posted by pahunrepublic on Sat, 06 Apr 2019 10:48:30 -0700

react+redux framework configuration from scratch to normal operation (part one)

This article is reproduced in front-end _Logic's blog. Original address: http://blog.csdn.net/lx376693576/article/details/54591142 Written in: 2017-1-18 Complete and clean demo address: coding.net/u/java_luo/p/react_luo/git Technology stack: react, redux, webpack, eslint, babel, antd 1. Pre-preparation (1) windows system ...

Posted by Cazrin on Sun, 31 Mar 2019 14:51:29 -0700

Trying to Write Projects in React - Solving Style Problems with styled-components

For reprinting, please indicate the source: Wang's Urgent Daniel Road The precedent of verbosity will gradually enrich the knowledge of the front-end. https://github.com/ddwhan0123/Useful-Open-Source-Android Yesterday we ran our project with webpack. If you don't look at it, you can see that it's more organized. http://blog.csdn.net/ddwhan0 ...

Posted by huntrguy102 on Wed, 27 Mar 2019 23:09:30 -0700