https://github.com/diglopes/tindev-frontend
https://github.com/diglopes/tindev-frontend
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diglopes/tindev-frontend
- Owner: diglopes
- License: mit
- Created: 2019-10-07T08:59:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T08:29:23.000Z (over 3 years ago)
- Last Synced: 2025-01-21T14:14:11.285Z (over 1 year ago)
- Language: Vue
- Size: 1.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tindev-frontend
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).