https://github.com/rtbo/testvue3-ts
Vue-3.0 tests in Typescript
https://github.com/rtbo/testvue3-ts
Last synced: 3 months ago
JSON representation
Vue-3.0 tests in Typescript
- Host: GitHub
- URL: https://github.com/rtbo/testvue3-ts
- Owner: rtbo
- Created: 2020-07-01T21:43:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T05:05:05.000Z (over 3 years ago)
- Last Synced: 2025-01-30T19:27:02.556Z (over 1 year ago)
- Language: Vue
- Size: 4.38 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuets3
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).