create-quarkc
v1.4.0
Published
If you want to create cross-framework/technology stack components, or develop standalone web apps that don't depend on any front-end framework (Vue/React, etc.).
Downloads
20
Readme
create-quarkc
If you want to create cross-framework/technology stack components, or develop standalone web apps that don't depend on any front-end framework (Vue/React, etc.).
English | 简体中文
Scaffolding Your First Quarkc Project
Compatibility Note: Quarkc requires Node.js version 14.18+, 16+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.
With NPM:
$ npm create quarkc@latest
With Yarn:
$ yarn create quarkc
With PNPM:
$ pnpm create quarkc
Then follow the prompts!
Currently supported template presets include:
quarkc-app
quarkc-app-ts
quarkc-component
quarkc-component-ts
Documentation
For full documentation, visit quarkc.hellobike.com