Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 388 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 388 Bytes

kkt project example download

Compressed example.

Download all examples here. https://kktjs.github.io/zip/

You can also use create-kkt to create these example.

$ npx create-kkt my-app -e uiw
# or npm
$ npm create kkt my-app -e `<Example Name>`
# or yarn 
$ yarn create kkt my-app -e `<Example Name>`