@vue-mini/core 1.0.0-rc.10 → 1.0.0-rc.11

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/README.md CHANGED
@@ -5,5 +5,9 @@
5
5
  ## 创建一个 Vue Mini 小程序
6
6
 
7
7
  ```bash
8
- pnpm create mini@latest
8
+ npm create vue-mini@latest
9
9
  ```
10
+
11
+ ## 了解更多
12
+
13
+ 请访问官方文档:[vuemini.org](https://vuemini.org)
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * vue-mini v1.0.0-rc.10
2
+ * vue-mini v1.0.0-rc.11
3
3
  * https://github.com/vue-mini/vue-mini
4
4
  * (c) 2019-present Yang Mingshan
5
5
  * @license MIT
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * vue-mini v1.0.0-rc.10
2
+ * vue-mini v1.0.0-rc.11
3
3
  * https://github.com/vue-mini/vue-mini
4
4
  * (c) 2019-present Yang Mingshan
5
5
  * @license MIT
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * vue-mini v1.0.0-rc.10
2
+ * vue-mini v1.0.0-rc.11
3
3
  * https://github.com/vue-mini/vue-mini
4
4
  * (c) 2019-present Yang Mingshan
5
5
  * @license MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue-mini/core",
3
- "version": "1.0.0-rc.10",
3
+ "version": "1.0.0-rc.11",
4
4
  "description": "基于 Vue 3 的小程序框架。简单,强大,高性能。 ",
5
5
  "main": "dist/vue-mini.cjs.js",
6
6
  "module": "dist/vue-mini.esm-bundler.js",
@@ -12,6 +12,15 @@
12
12
  "files": [
13
13
  "dist"
14
14
  ],
15
+ "exports": {
16
+ ".": {
17
+ "types": "./dist/vue-mini.d.ts",
18
+ "import": "./dist/vue-mini.esm-bundler.js",
19
+ "require": "./dist/vue-mini.cjs.js",
20
+ "default": "./dist/vue-mini.cjs.js"
21
+ },
22
+ "./package.json": "./package.json"
23
+ },
15
24
  "keywords": [
16
25
  "vue",
17
26
  "mini",