⛩️Small UI library built with Composition API provided by Vue 3. ️
To install it, run below command:
npm install # USING NPM
yarn install # USING YARN
Start the dev server by this command:
npm run dev # USING NPM
yarn run dev # USING YARN
And inspect it in your browser at localhost:3000
To change the developing port, you have to go to:
vite.config.ts
and swap server.port
with whatever you want.