How to use yoshino-cli to customize component in project
- git clone https://github.com/Yoshino-UI/yoshino-theme-project-demo.git
- cd yoshino-theme-project-demo
- npm install
- npm run start
Steps
- npm install yoshino-cli -g
- yoshino init
- yoshino new Button -o src/yoshino-components
- you can find your Button in path
src/yoshino-components/Button
That's so cool!