Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diglopes/tindev-frontend
https://github.com/diglopes/tindev-frontend
Last synced: about 2 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 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T08:29:23.000Z (about 2 years ago)
- Last Synced: 2023-03-03T18:49:26.665Z (almost 2 years 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/).