Skip to content

isuke01/wp-app-login-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Łukasz Isu
Oct 14, 2018
0b14684 · Oct 14, 2018

History

7 Commits
Oct 14, 2018
Oct 14, 2018
Oct 14, 2018
Oct 14, 2018
Oct 14, 2018
Oct 14, 2018
Oct 14, 2018
Oct 14, 2018
Oct 14, 2018
Oct 14, 2018

Repository files navigation

WP VUE AUTH

What it is?

It is simple demonstration APP created using VUE 2 JS, it is for Authentication user for wordpress.

What's done

  • User login
  • User Logout
  • Request password reset
  • User validation tests (and after reset app)
  • Store user in localstorage app
  • Add example post

Errors and all other things are displayed in DEBUG

Rrerequisites

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

TO DO

  • Check Woo Compability
  • Create new user ?
  • Edit current user
  • Edit another user
  • Edit Post
  • Make this example more UI friendly :)

At the End

  • Check it first without any 3'th part WP REST plugins, may be some conflicts
  • More about Auth for WP Rest WP REST V2
  • Big thanks to Jonathan de Jong for great work and development :)