Looks I’m officially starting my @vuejs.org arc (🥳). What should I know, learn, read, watch, etc? Tips? Tricks? Lay it on me. *We (UXEs working on VS Code) have decided this will be our tool of choice for building interactive prototypes.
Looks I’m officially starting my @vuejs.org arc (🥳). What should I know, learn, read, watch, etc? Tips? Tricks? Lay it on me. *We (UXEs working on VS Code) have decided this will be our tool of choice for building interactive prototypes.
Also to be clear: VS Code is still being built using imperative vanilla TypeScript. This is just for mocking out/demoing new UI/UX ideas to the rest of the team.
Devour the docs from start to finish whilst copying the demos on there.
Any questions, holler! Don't over engineer with ext. dependencies. Stuff like built in can achieve so much! Good luck.
Start from docs. And use "composition api" path. Vue sfc playground is great for small projects and learning