2.0.0-alpha.13 • Published 7 years agoCLI
@cnamts/vue-dash
Licence
MIT
Version
2.0.0-alpha.13
Deps
8
Size
657 kB
Vulns
0
Weekly
0
DeprecatedThis package is deprecated
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
# 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!