https://github.com/houkasaurusrex/auth-spa-client
https://github.com/houkasaurusrex/auth-spa-client
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/houkasaurusrex/auth-spa-client
- Owner: HoukasaurusRex
- Created: 2019-11-26T07:59:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-29T07:36:25.000Z (over 6 years ago)
- Last Synced: 2025-10-12T07:55:36.820Z (9 months ago)
- Language: Vue
- Homepage: https://auth.client.houk.space
- Size: 503 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# auth-client
## 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/).