diff --git a/.gitignore b/.gitignore index a547bf3..b398d22 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ dist-ssr *.njsproj *.sln *.sw? + +package-lock.json diff --git a/Readme.md b/Readme.md index 0619a6c..7578071 100644 --- a/Readme.md +++ b/Readme.md @@ -13,7 +13,8 @@ ## 开发步骤 ```shell -//安装依赖 +// 开始前参考 https://tauri.app/v1/guides/getting-started/prerequisites#setting-up-macos 配置环境 +// 安装依赖 npm i //本地调试