diff --git a/README.md b/README.md index d55324e..eab3b6f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # league-explorer +## 初始化配置 + +复制 `.env.example` => `.env`, `.env.development` + +一个是打包发布时使用的配置,一个本地开发配置 + ## Project setup ``` yarn install diff --git a/package.json b/package.json index 353a0d3..b32d1b8 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "vuex-persistedstate": "^4.0.0" }, "devDependencies": { - "@types/store": "^2.0.2", "@typescript-eslint/eslint-plugin": "^4.18.0", "@typescript-eslint/parser": "^4.18.0", "@vue/cli-plugin-babel": "^4.5.13", diff --git a/yarn.lock b/yarn.lock index 0394a09..12dfb8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1118,11 +1118,6 @@ resolved "https://registry.nlark.com/@types/source-list-map/download/@types/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9" integrity sha1-AHiDYGP/rxdBI0m7o2QIfgrALsk= -"@types/store@^2.0.2": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@types/store/-/store-2.0.2.tgz#6263d4f1aab225032ea55b17d94f3b725a21c943" - integrity sha512-ZPHnXkzmGMfk+pHqAGzTSpA9CbsHmJLgkvOl5w52LZ0XTxB1ZIHWZzQ7lEtjTNWScBbsQekg8TjApMXkMe4nkw== - "@types/tapable@^1": version "1.0.8" resolved "https://registry.nlark.com/@types/tapable/download/@types/tapable-1.0.8.tgz?cache=0&sync_timestamp=1629709558800&other_urls=https%3A%2F%2Fregistry.nlark.com%2F%40types%2Ftapable%2Fdownload%2F%40types%2Ftapable-1.0.8.tgz#b94a4391c85666c7b73299fd3ad79d4faa435310"