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

https://github.com/maechabin/vue-typescript-sample

🖖 A simple Vue + TypeScript + Jest Sample with Vue CLI 3.
https://github.com/maechabin/vue-typescript-sample

jest sample typescript vue vue-class-component vue-cli

Last synced: about 1 month ago
JSON representation

🖖 A simple Vue + TypeScript + Jest Sample with Vue CLI 3.

Awesome Lists containing this project

README

        

# vue-typescript-sample

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Run your unit tests
```
npm run test:unit
```