Strict mode in Javascript
FineReport
Javascript Modules
OAuth2.0
Typescript

Koa - A successor for Express

Refs

  1. Koa中文文档

Why Koa ?

Smaller, more expressive, more robust.

  • VS Epxress
    The key difference between Koa and Express is how they handle middleware. Express includes routing and templates in the application framework. Koa, on the other hand, requires modules for these features, therefore making it more modular or customizable.

Read more

Vuetify

Refs

  1. Vuetify

What is Vuetify ?

A material-design UI framework for UI.

Install

  • For vue-cli created project, type vue add vuetify in project root folder.

Element Plus

Element Plus

Refs

  1. Element plus

Components

Config Provider

  • Provides global configuration. Wrap the entire application in <el-config-provider> for configuration to work.
  • Properties in <el-config-provider> will pass to all sub-components. See available properties

Example:

NoSQL