Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integración Composition API Store #1

Merged
merged 7 commits into from
Oct 6, 2021
Merged

Integración Composition API Store #1

merged 7 commits into from
Oct 6, 2021

Conversation

dev-oiram
Copy link
Owner

Características:

  • Se integra local store utilizando la reactividad en vue3
  • En vez de acciones se crean métodos para modificar el estado (state)
  • Se generan 2 componentes para implementar la integración de un almacenamiento global (globalstore)
  • Se integra bootstrap para mejorar la apariencia

Previsualización:

image

Se utiliza un store global con la reactividad de Composition API
Se agrega globalstore en main.js como provider
Se crea el componente y se ajusta el globlastore en main.js
Se agregan metodos: incrementar, decrementar y reiniciar
Se crea componenttow y se incluye contador de globalstore
Se agrega bootstrap para dar estilo a los botones
@dev-oiram dev-oiram merged commit fae8483 into main Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant