https://github.com/dustyjay/auth-pages
A simple login and register page that demonstrates CSS transitions
https://github.com/dustyjay/auth-pages
css csstransition vue
Last synced: about 1 month ago
JSON representation
A simple login and register page that demonstrates CSS transitions
- Host: GitHub
- URL: https://github.com/dustyjay/auth-pages
- Owner: dustyjay
- Created: 2021-08-02T13:26:38.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-13T10:31:48.000Z (about 4 years ago)
- Last Synced: 2025-06-10T18:26:37.966Z (about 1 year ago)
- Topics: css, csstransition, vue
- Language: Vue
- Homepage:
- Size: 218 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom auth pages
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).