The use and customization of Vue kill editor

Recently, I am using vue + element ui to write a small application that needs rich text editor. I used to use ueditor for projects before, but I saw its compatibility with vue is not good. After a few comparisons, I chose vue kill editor.     vue-quill-editor Based on Quill, the rich text editor for ...

Posted by gdrums on Sun, 27 Oct 2019 00:30:07 -0700

[brain burning together] Introduction to ES6 system

Why learn ES6 Master the connection and difference of ES3, ES5 and ES6 Getting started ES6 Learn to build ES6 compilation environment quickly Learning ES6: constant Scope of action Arrow function Default parameters Object agent git git clone https://github.com/cucygh/es6-webpack.git cd es6-webpack && npm install npm i np ...

Posted by bjoerndalen on Wed, 23 Oct 2019 08:32:59 -0700

html+js implementation of markdown editor

The official website of markdown's Editor.md plug-in: https://pandao.github.io/edit... One: Download Editor.md 1: download directly on the official website github download address: https://github.com/pandao/edi... 2: Download with npm npm install editor.md The downloaded file structure is as follows:2. Simple use of Editor.md 1: premise: Introd ...

Posted by brucensal on Tue, 22 Oct 2019 07:43:29 -0700

12 webpack auto compile code

Every time you need to compile your code, running npm run build manually becomes cumbersome. Use webpack-dev-server It can help you to compile code automatically when the code changes. It provides a simple web server and can be reloaded in real time. I. installation npm install --save-dev webpack-dev- ...

Posted by howler on Sat, 19 Oct 2019 10:20:23 -0700

Thermal planet software development program

When the project is very large, if all the states are concentrated in one object, the thermal planet software development (T: I8O-285I-O282 V forest) store object may become quite bloated. To solve this problem, Vuex allows us to divide the store into modules. Each module has its own state, mutation, action, getter, and even nested submodules ...

Posted by behrk2 on Fri, 18 Oct 2019 12:43:06 -0700

React 16.8 change Webpack support Less file

Create project The latest React version is 16.8.6Create a project using the create react app scaffolding toolBecause you want to use AntD in your project Expose profile To configure less loader, you need to expose the webpack configuration file. This requires using the eject command provided by the create react app scaffold tool. Before running ...

Posted by statrat on Fri, 18 Oct 2019 11:19:20 -0700

Building multi page application with vue-cli 3

Create a project Hello World vue create hello-worldcd hello-worldnpm run serve Create a new page directory in src directory and a new page in pages directory App.vue and main.js are useless and can be deleted. The file name corresponds to the page name.   index.js import Vue from 'vue' import App from './index.vue' Vue.config. ...

Posted by michibk on Wed, 16 Oct 2019 11:05:42 -0700

Hexo Next theme personalized configuration record (continuous update)

This article records Personal Blog websites Small blog The Next topic optimization process of is updated from time to time. 1. Add statistics function Turn on busuanzi statistics function in themes/next/_config.yml # Show Views / Visitors of the website / page with busuanzi. # Get more information on ...

Posted by mcloan on Tue, 15 Oct 2019 08:25:12 -0700

Learning summary of pixi.js

I. Introduction to pixi.js pixi.js is a very fast 2D sprite rendering engine. It can help us display, animate and manage interactive graphics. In this way, we can easily implement an application or complete a game using javascript and other HTML5 technologies. It has a semantic, concise API, and contains many useful functions. For example, it s ...

Posted by ternto333 on Tue, 15 Oct 2019 00:04:21 -0700

GitHub Global User List

List Preview Website: Github | Githack | UNPKG | Gitee Github ranks Chinese users, the most ranked global warehouse Star, and generates page data through Github API v3. Preview of Ranking List More recently Is SegmentFault Hot in the Near Future,Developer's Headlines Lately Hot Sharing,36Kr Express Pre ...

Posted by BillyB on Sat, 12 Oct 2019 11:23:50 -0700