cib-hxy-cli
v1.1.0
Published
A CLI tool to create Vue3 and React HTML pages
Downloads
13
Readme
hxy-cli
A CLI tool to create Vue3 and React HTML pages quickly.
Installation
npm install -g hxy-cliUsage
Create a Vue3 HTML page
hxy-cli vueThis will create a vue-app.html file in the src directory of your current project.
Create a React HTML page
hxy-cli reactThis will create a react-app.html file in the src directory of your current project.
Features
- Creates standalone HTML files with Vue3 or React
- No build process required
- Beautiful UI with gradient backgrounds
- Interactive counter component
- Responsive design
Development
To develop this CLI tool locally:
cd hxy-cli
npm install
npm linkThen you can use hxy-cli commands globally.
Publishing
To publish to npm:
npm publish