refactor: move setup view to vue component

This commit is contained in:
NGPixel
2018-01-28 13:34:37 -05:00
parent 7b269414d8
commit 8d74c48b7b
8 changed files with 656 additions and 883 deletions

View File

@@ -10,7 +10,6 @@ const Promise = require('bluebird')
const autoprefixer = require('autoprefixer')
const colors = require('colors/safe')
const fsbx = require('fuse-box')
const nodemon = require('nodemon')
const fs = require('fs-extra')
const yargs = require('yargs')
const yaml = require('js-yaml')