Skip to content

In this repository I will practice with Vue, vuex and the composition api

Notifications You must be signed in to change notification settings

dylanson25/vue-Journal-vuex

Repository files navigation

journal

Section 1

First we will create and configure an application to keep track of a diary, all worked with OptionsAPI and Vuex, specifically we will do the following:

  • Configuring modules in Vuex
  • Configure a backend to make http requests
  • Getters with arguments
  • Control the global and modular state
  • Different main routes and daughter routes
  • Routes with different templates or templates
  • functions with dates

section 2

The purpose of this section is for us to put into practice what we have learned in the composition API in our diary application. We will specifically cover the following topics:

  1. Composable Vues
  2. Custom composables to access the store
  3. Authentication handling
  4. Guards applied
  5. Token handling
  6. Authentication status
  • authenticating
  • authenticated
  • Not Authenticated
  1. Mutations within composables
  2. Actions inside composables
  3. interceptorsmd

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

In this repository I will practice with Vue, vuex and the composition api

Resources

Stars

Watchers

Forks

Packages

No packages published