Skip to content

Hekikai/katana-kit

Repository files navigation

Katana Kit

⛩️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

Developing

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

Changing port

To change the developing port, you have to go to:

vite.config.ts

and swap server.port with whatever you want.