@customafk/lunas-ui
v0.0.3-g
Published
This is a e-commerce UI library for CustomAFK
Downloads
862
Readme
E-Commerce UI
🤔 What is this project?
This is a component library for any e-commerce web project.
⚡ Installation
Prerequisites
Node.js >= 20.x
Yarn >= 4.x
Clone repository
git clone https://github.com/QuangPhamvt/e-commerce-ui.git
Install packages
yarn
Run
yarn run sb
- Go to localhost:6006
❔ How to push
Role commit:
{type}: {subject}
- type: feature (feat) | fix | style | refactor | documentation (doc) | test | build
- subject: write a concise description of the change
Example:
git commit -m "{type}: {subject}"
| Type | Description | | :------------ | :----------------------------------------------------------------------------------------------------- | | feature | A new feature | | fix | A bug fix | | style | Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) | | refactor | Changes that restructure the code without adding new features | | documentation | Changes to documentation only | | test | Changes that add or modify existing tests | | build | Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) |