frontend development toolkit for "Wage Warrior" within vue environment! it provides a series of useful functions and Vue components.
git clone https://github.com/evilArsh/toolmain.git
pnpm i
pnpm devthis repository contains the following packages, you can insstall them one by one
pnpm add @toolmain/components
pnpm add @toolmain/libs
pnpm add @toolmain/sharedyou can read each package's README.md for more details
you can overview the components,hooks。the library localRoute will automatically generate the route tree based on the file structure of the /playground/src/views directory. when you want to create a new page, you can only create a new file or directory under /playground/src/views rather than writing route configuration manually. nested or simple route was supported.
Pull requests are welcome