Vue Dash
Vue Dash is a tool made to create and manage CNAM front-end projects.
Inspired by and built on top of Vue CLI.
Installation
To install Vue Dash, you need to use yarn or npm:
yarn global add @cnamts/vue-dash
npm install -g @cnamts/vue-dash
This will make the Vue Dash command available globally.
You can verify that it's properly installed by simply running vue-dash
, it should show a help message listing all available commands.
Basics
Instant Prototyping
You can create a new project in seconds using the create
command:
vue-dash create hello-world
You'll need to answer some questions, then it will install everything necessary, and that's it!