An Ordinary Vue Boilerplate Install Dependencies npm install Development npm run dev Will load config/dev.js as config file. npm run local Will load config/local.js, it's an alias of npm run dev --config=local Build npm run build Will load config/default.js. License MIT Copyright (c) 2016 Jiang Fengming