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