@tkweb/ui-cli v0.7.0
H8 UI CLI - Starter Template Command Line Interface
H8 CLI Installation steps
H8 CLI is a tool for quick development starter kit for H8 component, H8 Library and H8 Application development.
Getting Started
Install H8 CLI
sudo npm install -g @tkweb/ui-cli@latestCreate a project: Run the below command
create-h8-uiYou will be prompted to pick options
Select what you want to develop.

Enter the project name with extension H8 (eg. h8-ui-table)

Initialize Git repositiory

Done. Project created successfuly.
Navigate to folder "cd h8-ui-table"
Run "npm run install"

After installing npm dependencies run
npm run devto see exampleTo develop
H8 Components Navigate to
/src/componentsfolder and developH8 Library Navigate to
/src/componentsfolder and developH8 Application Navigate to
/src/folder and develop
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago