Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmcustodio/tests-with-vuejs
https://github.com/vmcustodio/tests-with-vuejs
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vmcustodio/tests-with-vuejs
- Owner: vmcustodio
- Created: 2023-02-22T15:37:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-02-23T02:36:46.000Z (over 1 year ago)
- Last Synced: 2024-08-01T21:45:59.261Z (4 months ago)
- Language: JavaScript
- Size: 383 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# artigo-testes
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).