All Projects → xuyd → Vue Login

xuyd / Vue Login

vue2 express register login

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Vue Login

Vuex Flash
VueJs Flash Message Component within Vuex
Stars: ✭ 54 (-11.48%)
Mutual labels:  vuex, vue2
Vue Music
使用vue2.0构建音乐播放器
Stars: ✭ 60 (-1.64%)
Mutual labels:  vuex, vue2
Vue2 Study
vue 的webpack配置,按需加载,element-ui,vuex
Stars: ✭ 16 (-73.77%)
Mutual labels:  vuex, vue2
Vuex I18n
Localization plugin for vue.js 2.0 using vuex as store
Stars: ✭ 657 (+977.05%)
Mutual labels:  vuex, vue2
Pretty Vendor
[零食商贩] - 基于vue全家桶 + koa2 + sequelize + mysql 搭建的移动商城应用
Stars: ✭ 57 (-6.56%)
Mutual labels:  vuex, vue2
Vue Music Player
🎵Vue.js写一个音乐播放器+📖One(一个).A music player + One by Vue.js
Stars: ✭ 729 (+1095.08%)
Mutual labels:  vuex, vue2
Easy Vue
Learn vueJS Easily 👻
Stars: ✭ 896 (+1368.85%)
Mutual labels:  vuex, vue2
Dashboard
A dashboard scaffolding based on Vue.js 3.0 created by Vite.
Stars: ✭ 497 (+714.75%)
Mutual labels:  vuex, vue2
Vue Music
基于vue2.0的网易云音乐播放器,api来自于NeteaseCloudMusicApi,v2.0为最新版本
Stars: ✭ 855 (+1301.64%)
Mutual labels:  vuex, vue2
Mall Vue
基于Vue+Vuex+iView的电子商城网站
Stars: ✭ 929 (+1422.95%)
Mutual labels:  vuex, vue2
Cordova Template Framework7 Vue Webpack
Framework7 - Vue - Webpack Cordova Template with Webpack Dev Server and Hot Module Replacement
Stars: ✭ 630 (+932.79%)
Mutual labels:  vuex, vue2
Vms
A Vue.js 2.0 Content Management System
Stars: ✭ 885 (+1350.82%)
Mutual labels:  vuex, vue2
Vuetron
A tool for testing and debugging your Vue + Vuex applications. 是一個可以幫助您 Vue.js 的項目測試及偵錯的工具, 也同時支持 Vuex及 Vue-Router.
Stars: ✭ 531 (+770.49%)
Mutual labels:  vuex, vue2
Vue axios spa
基于vue2+axios+vux+vue-router+vuex构建的单页微信端项目
Stars: ✭ 54 (-11.48%)
Mutual labels:  vuex, vue2
Vue Quasar Admin
Vue 2.0 admin-dashboard based on Quasar-Framework
Stars: ✭ 516 (+745.9%)
Mutual labels:  vuex, vue2
Vue Chat
👥Vue全家桶+Socket.io+Express/Koa2打造一个智能聊天室。
Stars: ✭ 887 (+1354.1%)
Mutual labels:  vuex, vue2
Vue2 blog
使用vue2.x + vue-cli +vue-router+ vuex + axios + mysql + express + pm2 + webpack+nginx构建的具有登录,注册,留言,用户发帖,用户评论等功能的SPA Blog。注意,注意,注意,后端API全部自己手写,很适合刚学习vue以及express的小伙伴学习,喜欢请Star鼓励一下我,谢谢!项目预览:
Stars: ✭ 417 (+583.61%)
Mutual labels:  vuex, vue2
Meal Prep
Source code for a 4-part series I wrote about Vue, Vue Router, Vuex and Vuetify
Stars: ✭ 496 (+713.11%)
Mutual labels:  vuex, vue2
Vue Entity Adapter
Package to maintain entities in Vuex.
Stars: ✭ 20 (-67.21%)
Mutual labels:  vuex, vue2
Vue Qq
🎨 Vue family bucket with socket.io and express/koa2 , create a web version of mobile QQ, supporting real-time group chat, real-time private chat, special care, shielding chat, smart IP geographic location, real-time display temperature and other QQ core functions
Stars: ✭ 861 (+1311.48%)
Mutual labels:  vuex, vue2

vue-login

vue register login
基于vue2全家桶登录注册

环境依赖模块

vue-cli
vue2
vue-router
vuex
vue-axios
express
mongodb
jsonwebtoken

页面说明

/home                 // 首页,不需要登录可以访问
/person               // 个人页,需要登录后可以访问
/login                // 登录,不需要登录可以访问,登录后不可以访问
/reg                  // 注册,不需要登录可以访问,登录后不可以访问
/logout               // 退出登录,需要登录后才可以访问

运行程序

npm install
开启mongodb
mongod --dbpath
node app
npm run dev
http://localhost:8080/
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].