https://github.com/kaptn3/coincap
Coincap Dublicate
https://github.com/kaptn3/coincap
Last synced: 4 months ago
JSON representation
Coincap Dublicate
- Host: GitHub
- URL: https://github.com/kaptn3/coincap
- Owner: kaptn3
- Created: 2019-07-22T05:39:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T10:09:46.000Z (almost 7 years ago)
- Last Synced: 2025-07-27T06:34:54.542Z (11 months ago)
- Language: Vue
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coincap
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).