前端编辑器VSCode-vite

  1. 插件一:Vetur
  2. 插件二:Live Server
  3. 插件三:Turbo Console Log
  4. 插件四:Import Cost

npm init vite@latest

yarn init 

pnpm i lodash-es

import uniq from './node_modules/lodash-es/uniq.js'

const arr = [1,2,3,3,4]

console.log(uniq(arr))

 

posted @ 2024-07-01 23:53  CharyGao  阅读(2)  评论(0编辑  收藏  举报