Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deverebor/vue-tdd-practice
Playground for learn and aprimorate my knowledge in TDD with vue
https://github.com/deverebor/vue-tdd-practice
tdd tdd-vue vue3-typescript
Last synced: 25 days ago
JSON representation
Playground for learn and aprimorate my knowledge in TDD with vue
- Host: GitHub
- URL: https://github.com/deverebor/vue-tdd-practice
- Owner: deverebor
- Created: 2022-05-04T23:14:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T01:13:03.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T23:33:43.519Z (2 months ago)
- Topics: tdd, tdd-vue, vue3-typescript
- Language: TypeScript
- Homepage:
- Size: 1.3 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-tdd-practice
## 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/).