vue template app

This commit is contained in:
Ben Ramey
2018-04-11 21:37:13 -05:00
committed by benjaminramey
parent cc0266c1a1
commit 935fbce6ca
36 changed files with 1224 additions and 14 deletions

4
config/prod.env.js Normal file
View File

@@ -0,0 +1,4 @@
'use strict'
module.exports = {
NODE_ENV: '"production"'
}