mirage2d 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mirage2d",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
package/readme.md CHANGED
@@ -1,18 +1,16 @@
1
- # OpenLayers + Vite
2
-
3
- This example demonstrates how the `ol` package can be used with [Vite](https://vitejs.dev/).
4
-
5
- To get started, run the following (requires Node 12+):
6
-
7
- npx create-ol-app my-app --template vite
8
-
9
- Then change into your new `my-app` directory and start a development server (available at http://localhost:3000):
10
-
11
- cd my-app
12
- npm start
13
-
14
- To generate a build ready for production:
15
-
16
- npm run build
17
-
18
- Then deploy the contents of the `dist` directory to your server. You can also run `npm run serve` to serve the results of the `dist` directory for preview.
1
+ <!--
2
+ * @Author: xd
3
+ * @Date: 2022-03-22 20:43:03
4
+ * @LastEditors: xd
5
+ * @LastEditTime: 2022-10-17 13:09:50
6
+ * @FilePath: \Map2D\readme.md
7
+ * @Description:
8
+ *
9
+ * Copyright (c) 2022 by xd, All Rights Reserved.
10
+ -->
11
+ 配置npm全局使用淘宝镜像源
12
+ npm config set registry https://registry.npm.taobao.org
13
+ 配置npm全局恢复官方镜像源
14
+ npm config set registry https://registry.npmjs.org
15
+
16
+