Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 817 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 817 Bytes

VueJs/Vuex Authentication on Strapi CMS

This is a simple template for Strapi CMS authentication and registration, you can use it to get your projects up and running quickly.

Build Setup

# install dependencies with yarn
yarn install

# serve with hot reload at localhost:8080
yarn serve

# build for production with minification
yarn build

Built with

  • Vue - A progressive JavaScript framework
  • Vue-router - The official router for Vue.js
  • Vuex - The state manager for Vue.js
  • Axios - Promise based HTTP client for the browser and node.js
  • Vuex-persistedstate - Persist and rehydrate your Vuex state between page reloads.