create-vue-node
v1.2.1
Published
A CLI to automatically clone the Vue Node API Starter
Readme
create-vue-node
A CLI to automatically clone the VUE NODE STARTER.
Installation
Install the CLI globally OR use npx:
npm install -g create-vue-nodeUsage
# with global install
create-vue-node name-of-app
# with npx
npx create-vue-node name-of-appThis will create a directory with the given name, clone the VUE NODE STARTER repo into it, and install dependencies.
Inspired
CJ R. <[email protected]> (https://w3cj.now.sh)