You've already forked template-MP-ts
Compare commits
2 Commits
11cdf1c660
...
b62eadc8b2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b62eadc8b2 | ||
|
|
7fa19e78e8 |
@@ -2,12 +2,6 @@
|
|||||||
"name": "template-mp-ts",
|
"name": "template-mp-ts",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "A TypeScript template for UniApp Mini Program",
|
"description": "A TypeScript template for UniApp Mini Program",
|
||||||
"scripts": {
|
|
||||||
"dev:mp-weixin": "npm run build:mp-weixin -- --watch",
|
|
||||||
"build:mp-weixin": "cross-env NODE_ENV=production UNI_PLATFORM=mp-weixin vue-cli-service uni-build",
|
|
||||||
"dev:mp-alipay": "npm run build:mp-alipay -- --watch",
|
|
||||||
"build:mp-alipay": "cross-env NODE_ENV=production UNI_PLATFORM=mp-alipay vue-cli-service uni-build"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@dcloudio/uni-app": "^3.0.0-3000020210720001",
|
"@dcloudio/uni-app": "^3.0.0-3000020210720001",
|
||||||
"@dcloudio/uni-app-plus": "^3.0.0-3000020210720001",
|
"@dcloudio/uni-app-plus": "^3.0.0-3000020210720001",
|
||||||
|
|||||||
@@ -3,9 +3,6 @@
|
|||||||
"version": "3.2.5",
|
"version": "3.2.5",
|
||||||
"description": "types for uview-plus",
|
"description": "types for uview-plus",
|
||||||
"main": "index.d.ts",
|
"main": "index.d.ts",
|
||||||
"scripts": {
|
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/ijry/uview-plus.git"
|
"url": "git+https://github.com/ijry/uview-plus.git"
|
||||||
|
|||||||
Reference in New Issue
Block a user