# @cnamts/vue-dash

> Create and manage CNAM front-end projects

Latest version **2.0.0-alpha.13** (published 2019-06-25) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @cnamts/vue-dash
pnpm add @cnamts/vue-dash
yarn add @cnamts/vue-dash
bun add @cnamts/vue-dash
```

Provides the command `vue-dash`.

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 2.0.0-alpha.13 |
| Published | 2019-06-25 |
| First published | 2019-05-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 8 |
| Unpacked size | 656.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Dylan Broussard |
| Maintainers | cnam-owner, deraw |
| Keywords | cnam, vue, vue-dash, scaffolding |

## Links

- npm: https://www.npmjs.com/package/@cnamts/vue-dash
- Homepage: https://github.com/assurance-maladie-digital/design-system/blob/master/packages/vue-dash/README.md
- Issues: https://github.com/assurance-maladie-digital/design-system/issues
- npm.io page: https://npm.io/package/@cnamts/vue-dash

## Dependencies (8)

- [sao](https://npm.io/package/sao.md) ^1.6.1
- [glob](https://npm.io/package/glob.md) ^7.1.3
- [yargs](https://npm.io/package/yargs.md) ^13.2.2
- [figlet](https://npm.io/package/figlet.md) ^1.2.1
- [superb](https://npm.io/package/superb.md) ^3.0.0
- [cross-spawn](https://npm.io/package/cross-spawn.md) ^6.0.5
- [@cnamts/cli-helpers](https://npm.io/package/@cnamts/cli-helpers.md) ^2.0.0-alpha.12
- [validate-npm-package-name](https://npm.io/package/validate-npm-package-name.md) ^3.0.0

## Recent versions

- 2.0.0-alpha.13 (latest) — 2019-06-25
- 2.0.0-alpha.47 (next) — 2020-01-29
- 2.0.0-alpha.46 — 2020-01-20
- 2.0.0-alpha.45 — 2020-01-09
- 2.0.0-alpha.44 — 2019-11-26
- 2.0.0-alpha.42 — 2019-11-21
- 2.0.0-alpha.40 — 2019-11-04
- 2.0.0-alpha.39 — 2019-10-17
- 2.0.0-alpha.24 — 2019-08-20
- 2.0.0-alpha.22 — 2019-08-14
- 2.0.0-alpha.21 — 2019-08-06
- 2.0.0-alpha.20 — 2019-07-16
- 2.0.0-alpha.12 — 2019-06-21
- 2.0.0-alpha.11 — 2019-06-19
- 2.0.0-alpha.10 — 2019-06-19
- … 4 more at https://npm.io/package/@cnamts/vue-dash/versions

## README

<p align="center">
  <a
    href="https://github.com/assurance-maladie-digital/design-system/"
    target="_blank"
    rel="noopener noreferrer"
  >
    <img
      src="https://user-images.githubusercontent.com/10298932/58886906-ec802f80-86e4-11e9-8993-b635252c8dba.png"
      alt=""
      width="150"
    >
  </a>
</p>

<h1 align="center">Vue Dash</h1>

<p align="center">Vue Dash is a tool made to create and manage CNAM front-end projects.</p>

![preview](https://user-images.githubusercontent.com/10298932/56207573-5ff3b200-604f-11e9-94c9-ab880eba1524.png)

Inspired by and built on top of [Vue CLI](https://cli.vuejs.org/guide/).

## Installation

To install Vue Dash, you need to use yarn or npm:

```sh
yarn global add @cnamts/vue-dash
# OR
npm install -g @cnamts/vue-dash
```

This will make the Vue Dash command available globally.<br>
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:

```sh
vue-dash create hello-world
```

You'll need to answer some questions, then it will install everything necessary, and that's it!

---
_Source: https://npm.io/package/@cnamts/vue-dash · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
