https://github.com/ahabhgk/where-to-go
Learn vue.
https://github.com/ahabhgk/where-to-go
Last synced: 3 months ago
JSON representation
Learn vue.
- Host: GitHub
- URL: https://github.com/ahabhgk/where-to-go
- Owner: ahabhgk
- Created: 2019-06-09T13:44:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T07:50:38.000Z (about 4 years ago)
- Last Synced: 2025-01-17T03:42:03.039Z (5 months ago)
- Language: Vue
- Size: 3.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# where-to-go
## 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/).