Reusable Vue3 UI components using TailwindCSS.
yarn add git+https://git@github.com/geonativefr/ui-componentsgit clone git+ssh://git@github.com:geonativefr/ui-components.git
cd ui-components
yarn installPlay with examles/App.vue and watch for changes:
yarn devyarn link # Do this once, will register your local copy of ui-components as a local repository
yarn build -wThen, inside your project:
yarn link @geonative/ui-components # Will override your node_modules dependency to use your local copy
yarn dev --force # Will watch for changes in your project + in ui-components
yarn unlink @geonative/ui-components # Once you're done