Alexandr

Results 1 issues of Alexandr

prod.env.js ``` 'use strict' module.exports = { NODE_ENV: '"production"', ROOT_API: '"/api"' } ``` config/index.js ``` 'use strict' // Template version: 1.3.1 // see http://vuejs-templates.github.io/webpack for documentation. const path = require('path')...