🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

vue-build

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-build

Ultra Simple, Development, Testing and Production Build Cli

3.0.0
latest
Source
npm
Version published
Weekly downloads
19
11.76%
Maintainers
1
Weekly downloads
 
Created
Source

ue-build

Build Status NPM Downloads Node version

The build process is one of the most frustrating things about front end development and cluttering up your app with a bunch of config and packages you rarely ever need to think about doesn't help either.

Vue-build takes those frustrations and hopefully eliminates them with a set of popular use cases. Vue 2, Webpack 2, env overriding, Sass, Karma, Mocha, Chai, Nightwatch

See the docs for more details

Features

  • Command Line Scripts
  • Vue 2
  • Webpack 3
    • Babel
    • Hot Reloading
    • Hot Middleware
    • Error Overlay
    • env Processing
    • css extraction
    • static output
  • Sass
  • Unit Testing
    • Karma
    • Mocha
    • Chai
    • Code Coverage
  • E2e Testing
    • Nightwatch
    • Selenium
    • Chrome Driver
    • Gecko(firefox) Driver

Installation

npm install -g vue-build

Scripts

// Initiate files/folders
vue-build init

// Run dev server
vue-build dev

// Production build to dist folder
vue-build prod

// Unit testing
vue-build unit

// E2e testing
vue-build e2e

// Help
vue-build help

See the docs for more details

Roadmap

Keywords

vue

FAQs

Package last updated on 19 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts