@shibi-snowball/c3
v0.1.31
Published
@kisssflow/c3 is a cli tool to scaffold a custom components project
Maintainers
Readme
@kissflow/c3 (Custom Component Creator)
@kissflow/c3 is a cli tool that lets developers scaffold, develop and distribute @kissflow/c3 apps - minimal frontend projects that seamlessly integrate with Kissflow's products and extend its functionality.
To scaffold a @kissflow/c3 app,
npx @shibi-snowball/c3@latest <app-name>After scaffolding a @kissflow/c3 app, follow these steps,
Navigate into the app's folder,
cd <app-name>Install dependencies,
npm installServe the project for development,
npm run devTo build the app,
npm run buildTo zip the build artifacts for distribution,
npm run zip