create-kf-component
Version:
create-kf-component is a cli tool that scaffolds Javascript based custom component projects that seamlessly integrate into Kissflow.
28 lines (18 loc) • 372 B
Markdown
# <%= projectName %>
This is a Kissflow's custom form field project, scaffolded using `@kissflow/create-kf-component`.
### To install dependencies,
```bash
npm install
```
### To serve the project for development,
```bash
npm run dev
```
### To build the project,
```bash
npm run build
```
### To zip the build artifacts for distribution,
```bash
npm run zip
```