https://github.com/zestgeek/auth-using-vuejs-express-jwt-nodejs
Login and signup form and authentication using Vue.js, express, mongodb, JWT and bootstrap-vue
https://github.com/zestgeek/auth-using-vuejs-express-jwt-nodejs
auth bootstrap bootstrap-vue example express javascript jwt jwt-authentication jwt-token mongodb mongoose vuejs vuejs2 zestgeek
Last synced: about 1 year ago
JSON representation
Login and signup form and authentication using Vue.js, express, mongodb, JWT and bootstrap-vue
- Host: GitHub
- URL: https://github.com/zestgeek/auth-using-vuejs-express-jwt-nodejs
- Owner: zestgeek
- Created: 2017-11-22T13:00:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T20:11:25.000Z (over 1 year ago)
- Last Synced: 2025-04-14T14:15:01.324Z (about 1 year ago)
- Topics: auth, bootstrap, bootstrap-vue, example, express, javascript, jwt, jwt-authentication, jwt-token, mongodb, mongoose, vuejs, vuejs2, zestgeek
- Language: JavaScript
- Homepage: http://zestgeek.com/Auth_vuejs
- Size: 2.12 MB
- Stars: 17
- Watchers: 6
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auth Ui-VUEjs
> Login and signup form using Vue.js and bootstrap-vue
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).