Two years after graduation, I feel that THERE is no progress, but I want to further my study in the front-end field. Just at the time vuE3 is gradually improved and available, so I set a small goal, write my OWN UI component library with the latest technology stack, and deepen my understanding of the mainstream technology. Github:github.com/RangoEnvy/s…

A little take a little time to built projects, mainly refer to https://juejin.cn/post/6844904088434376712.

There are a few pits:

Here vscode somehow doesn’t recognize the.vue file, see how to eliminate this error later.

Then I used the latest version of VUE ^3.0.0-beta.12 at that time, I will consider changing to a package compiled by myself later, and read the vue source code when writing the code.

There is also a pit for CNPM install, the default is the latest version of the installation package, I now run CNPM install vue to install [email protected], if you want to install [email protected], CNPM install vue@^3.0.0-beta.12