mirror of
https://gitee.com/ONuyoah/vue3-uni-guahao.git
synced 2026-06-05 18:25:42 +08:00
首次上传
Signed-off-by: Nuyoah <13056489+zhou-jinfang@user.noreply.gitee.com>
This commit is contained in:
20
index.html
Normal file
20
index.html
Normal file
@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<script>
|
||||
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
|
||||
CSS.supports('top: constant(a)'))
|
||||
document.write(
|
||||
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
|
||||
(coverSupport ? ', viewport-fit=cover' : '') + '" />')
|
||||
</script>
|
||||
<title></title>
|
||||
<!--preload-links-->
|
||||
<!--app-context-->
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"><!--app-html--></div>
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
11572
package-lock.json
generated
Normal file
11572
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
62
package.json
Normal file
62
package.json
Normal file
@ -0,0 +1,62 @@
|
||||
{
|
||||
"name": "uni-preset-vue",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"dev:app": "uni -p app",
|
||||
"dev:custom": "uni -p",
|
||||
"dev:h5": "uni",
|
||||
"dev:h5:ssr": "uni --ssr",
|
||||
"dev:mp-alipay": "uni -p mp-alipay",
|
||||
"dev:mp-baidu": "uni -p mp-baidu",
|
||||
"dev:mp-kuaishou": "uni -p mp-kuaishou",
|
||||
"dev:mp-lark": "uni -p mp-lark",
|
||||
"dev:mp-qq": "uni -p mp-qq",
|
||||
"dev:mp-toutiao": "uni -p mp-toutiao",
|
||||
"dev:mp-weixin": "uni -p mp-weixin",
|
||||
"dev:quickapp-webview": "uni -p quickapp-webview",
|
||||
"dev:quickapp-webview-huawei": "uni -p quickapp-webview-huawei",
|
||||
"dev:quickapp-webview-union": "uni -p quickapp-webview-union",
|
||||
"build:app": "uni build -p app",
|
||||
"build:custom": "uni build -p",
|
||||
"build:h5": "uni build",
|
||||
"build:h5:ssr": "uni build --ssr",
|
||||
"build:mp-alipay": "uni build -p mp-alipay",
|
||||
"build:mp-baidu": "uni build -p mp-baidu",
|
||||
"build:mp-kuaishou": "uni build -p mp-kuaishou",
|
||||
"build:mp-lark": "uni build -p mp-lark",
|
||||
"build:mp-qq": "uni build -p mp-qq",
|
||||
"build:mp-toutiao": "uni build -p mp-toutiao",
|
||||
"build:mp-weixin": "uni build -p mp-weixin",
|
||||
"build:quickapp-webview": "uni build -p quickapp-webview",
|
||||
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
|
||||
"build:quickapp-webview-union": "uni build -p quickapp-webview-union"
|
||||
},
|
||||
"dependencies": {
|
||||
"@dcloudio/uni-app": "3.0.0-alpha-3050320220729001",
|
||||
"@dcloudio/uni-app-plus": "3.0.0-alpha-3050320220729001",
|
||||
"@dcloudio/uni-components": "3.0.0-alpha-3050320220729001",
|
||||
"@dcloudio/uni-h5": "3.0.0-alpha-3050320220729001",
|
||||
"@dcloudio/uni-mp-alipay": "3.0.0-alpha-3050320220729001",
|
||||
"@dcloudio/uni-mp-baidu": "3.0.0-alpha-3050320220729001",
|
||||
"@dcloudio/uni-mp-kuaishou": "3.0.0-alpha-3050320220729001",
|
||||
"@dcloudio/uni-mp-lark": "3.0.0-alpha-3050320220729001",
|
||||
"@dcloudio/uni-mp-qq": "3.0.0-alpha-3050320220729001",
|
||||
"@dcloudio/uni-mp-toutiao": "3.0.0-alpha-3050320220729001",
|
||||
"@dcloudio/uni-mp-weixin": "3.0.0-alpha-3050320220729001",
|
||||
"@dcloudio/uni-quickapp-webview": "3.0.0-alpha-3050320220729001",
|
||||
"js-base64": "^3.7.2",
|
||||
"pinia": "2.0.36",
|
||||
"vue": "^3.2.37",
|
||||
"vue-i18n": "^9.1.9",
|
||||
"vuex": "^4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@dcloudio/types": "^3.0.13",
|
||||
"@dcloudio/uni-automator": "3.0.0-alpha-3050320220729001",
|
||||
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3050320220729001",
|
||||
"@dcloudio/uni-stacktracey": "3.0.0-alpha-3050320220729001",
|
||||
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-3050320220729001",
|
||||
"typescript": "^4.7.4",
|
||||
"vite": "^2.9.14"
|
||||
}
|
||||
}
|
||||
10
shims-uni.d.ts
vendored
Normal file
10
shims-uni.d.ts
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
/// <reference types='@dcloudio/types' />
|
||||
import 'vue'
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
type Hooks = App.AppInstance & Page.PageInstance;
|
||||
|
||||
interface ComponentCustomOptions extends Hooks {
|
||||
|
||||
}
|
||||
}
|
||||
20
tsconfig.json
Normal file
20
tsconfig.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"useDefineForClassFields": true,
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"jsx": "preserve",
|
||||
"sourceMap": true,
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"lib": ["esnext", "dom"],
|
||||
"types": ["@dcloudio/types"],
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*":["src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"]
|
||||
}
|
||||
10
vite.config.ts
Normal file
10
vite.config.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import { defineConfig } from 'vite';
|
||||
import uni from '@dcloudio/vite-plugin-uni';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [uni()],
|
||||
define: {
|
||||
'process.env': {},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user