Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andriannus/phone-book

Phone Book with Vue 3 and TypeScript
https://github.com/andriannus/phone-book

cypress jest typescript vue

Last synced: about 2 months ago
JSON representation

Phone Book with Vue 3 and TypeScript

Awesome Lists containing this project

README

        

# Phone Book

Qoala's Front End test case.

## Project setup

```bash
npm install
```

### Compiles and hot-reloads for development

```bash
npm run serve
```

### Compiles and minifies for production

```bash
npm run build
```

### Lints and fixes files

```bash
npm run lint
```

### Unit test

```bash
npm run test:unit
```

### e2e test

```bash
npm run test:e2e
```