https://github.com/rrameshbtech/login-app-vue-example
Login application in Vue for demonstration purpose
https://github.com/rrameshbtech/login-app-vue-example
Last synced: about 2 months ago
JSON representation
Login application in Vue for demonstration purpose
- Host: GitHub
- URL: https://github.com/rrameshbtech/login-app-vue-example
- Owner: rrameshbtech
- Created: 2020-04-02T02:49:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:19:46.000Z (over 3 years ago)
- Last Synced: 2025-03-20T06:17:10.347Z (about 1 year ago)
- Language: Vue
- Size: 2.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# login-app-vue-example
Login application in Vue for demonstration purpose
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).