官方网站

install

  1. npm i uuid

use

  1. import { v4 as uuidv4 } from 'uuid';
  2. uuidv4(); // ⇨ '9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d'