@controlla/cli
Version:
Command line interface for rapid Controlla projects development
38 lines (28 loc) • 469 B
Markdown
# {{ name }}
> {{ description }}
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run electron:serve
```
### Compiles and minifies for production
```
npm run electron:build
```
### Lints and fixes files
```
npm run lint
```
### Run your end-to-end tests
```
npm run test:e2e
```
### Run your unit tests
```
npm run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).