# @wellmo/component-starter

> Command-line utility that makes easier to start developing Wellmo components with Vue.js

Latest version **0.1.6** (published 2024-02-28) · MIT license · 0 weekly downloads

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

## Install

```sh
npm install @wellmo/component-starter
pnpm add @wellmo/component-starter
yarn add @wellmo/component-starter
bun add @wellmo/component-starter
```

Provides the command `wellmo-component-starter`.

## Health

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

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.1.6 |
| Published | 2024-02-28 |
| First published | 2020-11-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 722.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Mauno Vähä |
| Maintainers | wellmo |
| Keywords | wellmo, component, generator, template, vue, cli |

## Links

- npm: https://www.npmjs.com/package/@wellmo/component-starter
- npm.io page: https://npm.io/package/@wellmo/component-starter

## Dependencies (2)

- [ejs](https://npm.io/package/ejs.md) ^3.1.5
- [inquirer](https://npm.io/package/inquirer.md) ^7.3.3

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.1.6 (latest) — 2024-02-28
- 0.1.5 — 2023-12-18
- 0.1.4 — 2023-12-18
- 0.1.3 — 2021-11-12
- 0.1.2 — 2021-05-25
- 0.1.1 — 2020-11-27
- 0.1.0 — 2020-11-27

## README

@wellmo/component-starter
========================

Command-line utility that makes easier to start developing Wellmo components with Vue.js

## Installation

The recommend way of installing the package is to install it globally (using ```-g``` switch) and use the [node.js](https://nodejs.org/en) version ```14.5.0``` which is also defined in the ```.nvmrc``` file in case you are using [nvm](https://github.com/nvm-sh/nvm).

```
npm install -g @wellmo/component-starter
```

## Usage

```
# Open terminal and go to some folder of your choosing
cd ~/Documents

# Start the command-line utility and generate some component using it
wellmo-component-starter

# Navigate to generated component folder e.g. when you selected 'hello-world' template
cd hello-world

# Install the component
npm install

# Run it locally
npm run serve
```

Each generated component also contains a separate ```README.md``` file on how to configure the component and upload it to Wellmo Pro Service Editor so refer to those for more information.

## License

MIT

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