Skip to content

Lemon-Cai/pnpm-project

Repository files navigation

  echo "# pnpm-project" >> README.md
  git init
  git add README.md
  git commit -m "first commit"
  git branch -M master
  git remote add origin https://github.com/Lemon-Cai/pnpm-project.git
  git push -u origin master
  # 
  pnpm config list -g
  # user-agent=pnpm/8.10.5 npm/? node/v16.20.2 win32 x64
  # 修改 node 的版本
  pnpm config set user-agent "your-user-agent Node.js/$(node -v)"
  # 安装 msw, 
  pnpm i msw -w
  # 在子项目目录下执行
  npx msw init ./public

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published