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: 10 months ago
JSON representation
🖖 A simple Vue + TypeScript + Jest Sample with Vue CLI 3.
- Host: GitHub
- URL: https://github.com/maechabin/vue-typescript-sample
- Owner: maechabin
- Created: 2018-08-04T14:50:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-06T03:54:03.000Z (over 7 years ago)
- Last Synced: 2025-05-13T03:49:52.506Z (about 1 year ago)
- Topics: jest, sample, typescript, vue, vue-class-component, vue-cli
- Language: TypeScript
- Homepage: https://mae.chab.in/archives/60167
- Size: 492 KB
- Stars: 28
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```