Skip to content

NooBiToo/vue-strapi-simple-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.