https://github.com/starcoinorg/starcoin-faucet
https://github.com/starcoinorg/starcoin-faucet
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/starcoinorg/starcoin-faucet
- Owner: starcoinorg
- Created: 2021-08-23T06:17:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T23:29:06.000Z (almost 3 years ago)
- Last Synced: 2024-12-30T09:16:06.301Z (10 months ago)
- Language: Vue
- Size: 123 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project setup
```
yarn install
```
### set env
```
export VUE_APP_STARCOIN_FAUCET_API_DOMAIN=http://localhost:8000
```
### 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/).
### history mode
nginx
```
location / {
try_files $uri $uri/ /index.html;
}
```
[history mode](https://router.vuejs.org/zh/guide/essentials/history-mode.html)