跳至主要内容

[note] universal-cookie 開發筆記

在本地開發並測試套件

  1. yarn :安裝套件
  2. npm run build-universal:打包,如果希望能自動 rebuild,可以使用 npm run build-universal -- --watch
  3. /packages/universal-cookie/ 使用 npm link 建立捷徑

建立測試用的專案

  1. 使用 Vite 建立一個測試用的 App,npm create vite@latest
  2. 在這個專案中使用 npm link universal-cookie