Vue install tool

This tool is only for building client side project. If you need build both client side and server side, please use vue-cli tool.

Getting Started

Prerequisites

  • Unix-like operating system (macOS or Linux)
  • Node.js should be installed
  • curl or wget should be installed
  • git should be installed

Basic Installation

via curl

You can install via curl or wget. Just fillout the infomation about your project and it will install automatically.

sh -c "$(curl -fsSL https://raw.githubusercontent.com/benjaminchen/vue-install-tool/master/install.sh)"

Project name? (vue) your-project-name
your-project-name

Project description? (A Vue.js project) your projcet description
your projcet description

Author? (someone <someone@mail.com>) author-name <author.mail@mail.com>
author-name <author.mail@mail.com>

via wget

sh -c "$(wget https://raw.githubusercontent.com/benjaminchen/vue-install-tool/master/install.sh -O -)"

Project name? (vue) your-project-name
your-project-name

Project description? (A Vue.js project) your projcet description
your projcet description

Author? (someone <someone@mail.com>) author-name <author.mail@mail.com>
author-name <author.mail@mail.com>