feat(多页面):支持vue/cli@5.x
Showing
.gitignore
0 → 100644
This diff is collapsed.
{ | { | ||
"name": "vue-cli-plugin-ts-multi-pages", | "name": "vue-cli-plugin-ts-multi-pages", | ||
"version": "1.2.1", | "version": "2.0.0-beta.0", | ||
"description": "vue-cli3多页开发插件TS版", | "description": "vue-cli3多页开发插件TS版", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
... | @@ -8,5 +8,8 @@ | ... | @@ -8,5 +8,8 @@ |
}, | }, | ||
"keywords": [], | "keywords": [], | ||
"author": "shangbj", | "author": "shangbj", | ||
"license": "ISC" | "license": "ISC", | ||
"dependencies": { | |||
"ejs": "^3.1.6" | |||
} | |||
} | } |
util/formatStats.js
deleted
100644 → 0
util/prepareProxy.js
deleted
100644 → 0
util/prepareURLs.js
deleted
100644 → 0
Please register or sign in to comment