parent
63b4258d75
commit
7dd6c37332
@ -1,3 +0,0 @@
|
||||
> 1%
|
||||
last 2 versions
|
||||
not dead
|
||||
@ -1,15 +0,0 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
'@vue/cli-plugin-babel/preset'
|
||||
],
|
||||
plugins: [
|
||||
[
|
||||
"import",
|
||||
{
|
||||
"libraryName": "vant",
|
||||
"libraryDirectory": "es",
|
||||
"style": true
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
@ -1,38 +0,0 @@
|
||||
module.exports = {
|
||||
devServer: {
|
||||
disableHostCheck: true,
|
||||
},
|
||||
publicPath: ["production", "stage", "u168"].includes(process.env.VUE_ENV)
|
||||
? "/home"
|
||||
: "/home",
|
||||
outputDir:
|
||||
["production", "u168"].includes(process.env.VUE_ENV)
|
||||
? "../ecard_api/public/home"
|
||||
: "./dist",
|
||||
pwa: {
|
||||
name: "UTel電子名片",
|
||||
short_name: "UTel",
|
||||
background_color: "#3367D6",
|
||||
display: "browser",
|
||||
icons: [
|
||||
{
|
||||
src: "/img/icons/android-chrome-192x192.png",
|
||||
type: "image/png",
|
||||
sizes: "192x192",
|
||||
},
|
||||
{
|
||||
src: "/img/icons/android-chrome-512x512.png",
|
||||
type: "image/png",
|
||||
sizes: "512x512",
|
||||
},
|
||||
],
|
||||
themeColor: "#4DBA88",
|
||||
// msTileColor: '#000000',
|
||||
// appleMobileWebAppCapable: 'yes',
|
||||
// appleMobileWebAppStatusBarStyle: 'black',
|
||||
workboxPluginMode: "GenerateSW",
|
||||
workboxOptions: {
|
||||
skipWaiting: true,
|
||||
},
|
||||
},
|
||||
};
|
||||
Loading…
Reference in new issue