2.0.0-alpha.13 • Published 4 years ago

@cnamts/vue-dash v2.0.0-alpha.13

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

preview

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
# OR
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!