This tool is only for building client side project. If you need build both client side and server side, please use vue-cli tool.
- Unix-like operating system (macOS or Linux)
- Node.js should be installed
curl
or wget should be installedgit
should be installed
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>
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>