https://github.com/bahdcoder/coin-doctor
Coindoctor project for Vue meetup February Edition
https://github.com/bahdcoder/coin-doctor
Last synced: 25 days ago
JSON representation
Coindoctor project for Vue meetup February Edition
- Host: GitHub
- URL: https://github.com/bahdcoder/coin-doctor
- Owner: bahdcoder
- Created: 2021-02-27T10:27:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T11:44:42.000Z (about 5 years ago)
- Last Synced: 2025-11-09T05:31:32.232Z (4 months ago)
- Language: Vue
- Size: 147 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coindoctor
## 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/).