Answer the question
In order to leave comments, you need to log in
What's the next step in learning Vue after learning how to build a blog using components and Vuex?
I learned how to make a simple site on Nuxt.
It seems like I understand components, props, emits, I know how to use Vuex basicly, make requests to the backend.
What can you now pay attention to in learning Vue?
Thank you.
Answer the question
In order to leave comments, you need to log in
Testing, typescript, complex forms with custom validation schema, just a big project with hundreds of components and lots of relationships.
try to make jivosite on vue:
- real-time chat
- operator pool
- chat transfer to another operator in real time
- delivery channels (email, vk, twitter, fb, etc.)
- easy installation with one js script without a separate library a la yandex -metrica
- customizable widget design editor in real time
1. Get familiar with vue-router and try creating multiple named routes on the same page that change depending on the address. Work out dynamic paths.
2. Master some ui-framework - vuetify, vue-material, element.
3. Understand how hooks work.
4. Experiment with vue ui, create a project from scratch adding the necessary plugins and dependencies, so you learn how to do without nuxt.
4. Mixins for components and global ones.
5. Learn to use the Oauth 0 or 2 authentication tool.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question