https://github.com/afgprogrammer/vue-login-redirect
Redirect after show alert dialog in vue.
https://github.com/afgprogrammer/vue-login-redirect
Last synced: 6 months ago
JSON representation
Redirect after show alert dialog in vue.
- Host: GitHub
- URL: https://github.com/afgprogrammer/vue-login-redirect
- Owner: afgprogrammer
- Created: 2019-08-30T10:42:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T20:24:14.000Z (about 3 years ago)
- Last Synced: 2025-02-05T19:12:40.963Z (about 1 year ago)
- Language: Vue
- Size: 2.6 MB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# login-animation
## 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
```
### Run your end-to-end tests
```
npm run test:e2e
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).