Ultra simple starter example for Vue based on vue-cli, elementUI

Ultra simple starter example for Vue based on vue-cli, elementUI March 03, 2018 23:14:16 The sea monster in the bottle Read 26911 More Category Column: Vue Copyright Statement: This is an original blogger article that follows  CC 4.0 BY-SA  Co ...

Posted by ferhanz on Sun, 01 Sep 2019 02:52:11 +0200

A practical paging component: xy-pagination

Paging components (some may be called paging components) should be a relatively common class of components, suitable for the case of more data. For example, think about the question and answer page: The structure is relatively simple, usually including the functions of the previous page, the digital page, the next page and so on. Some may also ...

Posted by dr4296 on Mon, 26 Aug 2019 15:19:29 +0200

[vue] Nodejs & NPM ECMAScript6 Routing Web Pack Packaging vue_cli (Scaffolding)

Front-end Technology 1.1 Course Arrangement 1.2 Front-end Technology Understanding (Understanding below) 1.2.1 Front-end Development History 1.2.2 New Concept Interpretation 1.2.2.1 Node.js ...

Posted by webing on Thu, 22 Aug 2019 08:20:18 +0200

From build to deploy, build a private blog quickly

Sometimes we want a controlled blog to record or share something. The subject matter of this blog is decided by you. It can be technology sharing (programming, Sinicized sharing, etc.) or life feeling. This article will introduce a controlled blog that can be quickly built and deployed. Before reading this article, I hope you have some knowledg ...

Posted by shab620 on Tue, 20 Aug 2019 07:06:24 +0200

Implementation of Single Sign-on (SSO) with Authing in 10 minutes

Single Sign On (SSO) is one of the most popular solutions for business integration. SSO is defined as an application system in which users can access all trusted applications with only one login. Implementing single sign-on Before the beginning If you don't know about user pooling, single sign-on, and authentication authorization, read it first ...

Posted by jursten on Sat, 17 Aug 2019 16:17:48 +0200

TypeScript declaration file

Introduction to Statement Document When using a third-party library, we need to refer to its declaration file in order to obtain the corresponding code completion, interface prompts and other functions. What is a declarative statement If we want ...

Posted by Celadon on Wed, 14 Aug 2019 10:32:26 +0200

Standard process for automatic initialization of project projects using node command line tools

I. Purpose The traditional initial process for front-end projects is generally as follows: You can see that the traditional initialization steps take a lot of time.Moreover, in the case of manual operation, there is always a situation of omission correction.This disadvantage can sometimes be fatal. Even in Madahara, it is embarrassing to submi ...

Posted by jstngk on Mon, 12 Aug 2019 03:40:05 +0200

WeChat Applet Movie Template

image.png image.png { "pages": [ "pages/movie/movie", "pages/profile/profile", "pages/comment/comment" ], "window": { "backgroundColor": "#F6F6F6", "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#E54847", "navigationBarTitleText": "Latest Movies", "navigationBarTex ...

Posted by Zoxive on Tue, 06 Aug 2019 18:12:42 +0200

Ten minutes to understand eslint configuration & write custom eslint rules

Introduction to eslint ESLint is an open source JavaScript code checking tool created by Nicholas C. Zakas in June 2013. Code checking is a static analysis, often used to find problematic patterns or code, and does not depend on the specific coding style. For most programming languages, there will be code checking. Generally speaking, compilers ...

Posted by danf_1979 on Tue, 06 Aug 2019 13:09:25 +0200

Micro Front End Project 2 (VUE)

Preface         Micro Front-end: Theory Paper        Micro Front End - portal Project        Micro Front End - menu & Project 1 (React)The previous article explained the application of react project in single-spa micro-front-end architecture. This article is the last one, the application of vue project in this architecture. Project2 project ...

Posted by widget on Fri, 02 Aug 2019 12:07:42 +0200