Please enable JavaScript in your browser!
Startseite
Erkunden
Hilfe
Anmelden
zmcoding
/
data_view
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
25720e0dab
Branches
Tags
master
data_view
/
demo
/
construction-data
/
vue.config.js
vue.config.js
93 B
Verlauf
Originalformat
1
2
3
4
5
module.exports = {
publicPath: process.env.NODE_ENV === 'production'
? './'
: '/'
}