@maxelms/create-plugin-cli 1.1.15 → 1.1.16
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/bin/build.js +0 -0
- package/bin/index.js +1 -1
- package/lib/index.js +1 -2
- package/package.json +1 -1
- package/templates/vue3-micro-app/package.json.tpl +1 -1
package/bin/build.js
CHANGED
|
File without changes
|
package/bin/index.js
CHANGED
package/lib/index.js
CHANGED
|
@@ -48,8 +48,7 @@ var uuid_1 = require("uuid");
|
|
|
48
48
|
var utils_1 = require("./utils");
|
|
49
49
|
var pkg = require('../package.json');
|
|
50
50
|
var cliVersion = pkg.version;
|
|
51
|
-
|
|
52
|
-
var frameworks = ['react', 'vue', 'vue3vite'];
|
|
51
|
+
var frameworks = ['react', 'vue', 'vue3', 'vue3vite'];
|
|
53
52
|
var jQuery = 'jQuery';
|
|
54
53
|
var templates = ['umi'];
|
|
55
54
|
/** 项目类型 */
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "vue-cli-service serve",
|
|
7
7
|
"serve": "vue-cli-service serve && maxelms-plugin-cli -c",
|
|
8
|
-
"build": "vue-cli-service build",
|
|
8
|
+
"build": "vue-cli-service build && maxelms-plugin-cli -c",
|
|
9
9
|
"lint": "vue-cli-service lint"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|