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.
- Host: GitHub
- URL: https://github.com/maechabin/vue-typescript-sample
- Owner: maechabin
- Created: 2018-08-04T14:50:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-06T03:54:03.000Z (over 6 years ago)
- Last Synced: 2025-04-01T06:14:38.881Z (3 months 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
```