Initial commit
This commit is contained in:
commit
9212949716
27 changed files with 24369 additions and 0 deletions
8
vue.config.js
Normal file
8
vue.config.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module.exports = {
|
||||
publicPath: process.env.NODE_ENV === `production`
|
||||
? `/`
|
||||
: `/`,
|
||||
devServer: {
|
||||
disableHostCheck: false, // set this to true to allow ngrok web serving
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue