epicmaxco / epic-spinners

Easy to use css spinners collection with Vue.js integration
https://epic-spinners.epicmax.co
3.84k stars 357 forks source link

monorepo #62

Closed Roman4437 closed 11 months ago

Roman4437 commented 1 year ago

closes #61

Merged docs and lib.

asvae commented 1 year ago

I tested all of these commands.

"serve:spinners": "yarn workspace epic-spinners dev",
"build:spinners": "yarn workspace epic-spinners build",
"serve:docs": "yarn workspace docs dev",
"build:docs": "yarn workspace docs build"

Everything works beautifully except for build:docs. Might be something wrong with aliases.

image