@shibi-snowball/c3
v0.1.31
Published
@kisssflow/c3 is a cli tool to scaffold a custom components project
Downloads
30
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 install
Serve the project for development,
npm run dev
To build the app,
npm run build
To zip the build artifacts for distribution,
npm run zip