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

Angular JS Practical Project Application-Unit Test Framework Design

From: http://www.cnblogs.com/vipyoumay/p/5331787.html In this paper, we introduce the unit and E2E testing of the application developed by angular through the framework of karma and jsmine. Practice of angular unit testing and integration testing Precondition Create project Create a blank web project in webstorm Create html, js ...

Posted by 87dave87 on Fri, 12 Apr 2019 09:21:31 -0700

Implementation of a Simple Chat Room with vue + socket.io

vue + vuex + elementUi + socket.io implements a simple online chat room to improve their depth of application of vue Series in the project. Because it's easy to learn a library or framework, but it's not so easy to use a library or framework in conjunction with a project. Although not many functions, but there are gains. The idea of design and ...

Posted by hank9481 on Thu, 11 Apr 2019 11:39:32 -0700

Nodejs Makes Command Line Tools

wcj     github Warehouse Source Download This is not only a tutorial, but also a tool to output my resume from the command line, O() O() O() O() O), which is very interesting. # Global Installation, Installation Errors Need to be preceded by sudo $ sudo npm install -g wcj # Output help $ wcj -h Usage: wcj Here is my personal ...

Posted by manoj_jnics1 on Tue, 09 Apr 2019 11:57:32 -0700

Read Vue2.0 by building, add to your customization!

Let's briefly introduce why we want to study the background of this issue. We hope we can customize our own implementation based on weex framework.js. The integration degree of weex has reached the warehouse of Vue. Learning this will also help us to understand the context of Vue. Starting with package.json, five hooks related to weex construct ...

Posted by BillyT on Mon, 08 Apr 2019 17:03:32 -0700

es6 Quick Start

es6 Quick Start ES6 introduction ECMAScript 6.0 (hereinafter referred to as ES6) is the next generation standard of JavaScript language, which was officially released in June 2015. Its goal is to enable JavaScript language to be used to write complex large-scale applications and to become an enterprise-level development language. The relations ...

Posted by capslock118 on Mon, 08 Apr 2019 16:27:31 -0700

Gulp Installation + Use

Gulp-Flow-Based Automation Tool Using gulp, you can quickly build projects and reduce IO operations gulp executes tasks automatically in the process of project development to facilitate IO of object file content Guidelines for the Use of Official Websites http://www.gulpjs.com.cn/docs/getting-started/ Stream flow node.js inst ...

Posted by NCC1701 on Thu, 04 Apr 2019 20:24:31 -0700

gulp plug-in solves browser caching problem

I. Preface Some simple front-end small projects, do not need to involve the framework, the front-end packaging compression of the words of this sister or prefer gulp.In this paper, gulp-rev and gulp-rev-rewrite are used to solve the problem of cdn caching.And lists the most commonly used gulp plug-ins for my sister, which can be referred to by ...

Posted by skypilot on Mon, 01 Apr 2019 18:45: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

A One-page Trend Shopping Website Built by vue2.0+vuex+vue-router

Project demo address github source address home page If you think it's good, give github source code a compliment QAQ Preface This article is a summary of my own ideas, problems encountered, and things learned when writing the project. This article only intercepts a part of it. The source code has been provided. I think the project i ...

Posted by NiallThistle on Mon, 25 Mar 2019 11:30:29 -0700