https://github.com/ivanms1/login-page-vue
Simple Login Page
https://github.com/ivanms1/login-page-vue
Last synced: 3 months ago
JSON representation
Simple Login Page
- Host: GitHub
- URL: https://github.com/ivanms1/login-page-vue
- Owner: ivanms1
- Created: 2019-06-23T10:58:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:56:37.000Z (over 3 years ago)
- Last Synced: 2025-01-24T18:49:08.531Z (over 1 year ago)
- Language: Vue
- Size: 2.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple login page made with Vue.js
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).