0
0
Fork 0

Init Vue-CLI project files

This commit is contained in:
Tyler-A 2020-07-29 22:49:09 -06:00
parent c8e6e8700d
commit 491c9aa5c5
8 changed files with 11630 additions and 0 deletions

5
vue.config.js Normal file
View file

@ -0,0 +1,5 @@
module.exports = {
publicPath: process.env.NODE_ENV === `production`
? `/top-lists/`
: `/`
}