@youcan/ui
v2.4.3
Published
> YouCan UI Vue 3 library
Downloads
81
Readme
youcan-ui
YouCan UI Vue 3 library
instalation steps in local machine:
requirments:
curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=7.18.2 sh -
- node js 18
brew install nvm
nvm install 18.12.1
nvm use 18.12.1
nvm alias default 18.12.1 #to make it default when you open terminal next time
steps:
pnpm i
pnpm run build
pnpm run dev
after that Storybook should be running in http://localhost:6006/ and youcan-ui server should be running in http://localhost:3000/
Project structure
the entry point of the project is: packages/vue3/src/_dev/App.vue