https://github.com/peterdee/vue-login-form-frontend
Login form with Vue
https://github.com/peterdee/vue-login-form-frontend
Last synced: 5 months ago
JSON representation
Login form with Vue
- Host: GitHub
- URL: https://github.com/peterdee/vue-login-form-frontend
- Owner: peterdee
- Created: 2019-11-22T07:25:04.000Z (over 6 years ago)
- Default Branch: stage
- Last Pushed: 2019-12-01T11:18:52.000Z (over 6 years ago)
- Last Synced: 2025-01-21T10:11:14.492Z (over 1 year ago)
- Language: Vue
- Homepage: https://vue-login-form-frontend.herokuapp.com
- Size: 936 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Login form with Vue
[](https://travis-ci.org/peterdee/vue-login-form-frontend)
[](https://snyk.io/test/github/peterdee/vue-login-form-frontend?targetFile=package.json)
Backend project: [`vue-login-form-backend`](https://github.com/peterdee/vue-login-form-backend)
Stack: [`Vue`](https://vuejs.org), [`Vuex`](https://vuex.vuejs.org/) [`Vue Router`](https://router.vuejs.org), [`Axios`](https://github.com/axios/axios), [`Bootstrap`](https://getbootstrap.com)
**DEV**: http://localhost:8080
**STAGE**: https://vue-login-form-frontend.herokuapp.com
Hardcoded user credentials:
```text
login: user@test.com
password: qwerty123
```
### Deploy
- `git clone https://github.com/peterdee/vue-login-form-frontend`
- `cd ./vue-login-form-frontend`
- `nvm use 13.2` (please see the actual Node version in [package.json](package.json) file)
- `npm i` (use `npm i --prod` for `stage` / `production`)
### Launch
Development:
- `npm run serve`
Stage / production:
- `npm run build`
### Heroku
The `stage` branch is deployed to [Heroku](https://herokuapp.com) automatically