https://github.com/zilpay/app-explorer-webapp
https://github.com/zilpay/app-explorer-webapp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zilpay/app-explorer-webapp
- Owner: zilpay
- Created: 2021-02-18T11:17:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-23T16:33:41.000Z (about 5 years ago)
- Last Synced: 2025-11-30T21:39:01.303Z (7 months ago)
- Language: Vue
- Size: 5.51 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# app-explorer-webapp
## 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/).