Skip to content

geonativefr/ui-components

Repository files navigation

UI Components

Reusable Vue3 UI components using TailwindCSS.

Installation

In your project

yarn add git+https://[email protected]/geonativefr/ui-components

For development

git clone git+ssh://[email protected]:geonativefr/ui-components.git
cd ui-components
yarn install

HMR

Play with examles/App.vue and watch for changes:

yarn dev

Within your project

yarn link # Do this once, will register your local copy of ui-components as a local repository
yarn build -w

Then, 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •