0.0.7 • Published 4 months ago

create-ziko-app v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Quick Start

 npx create-ziko-app my-app
 cd my-app
 npm run dev

Output

<!-- my-app
├── README.md
├── node_modules
├── package.json
├── .gitignore
├── public
│   ├── favicon.ico
│   ├── index.html
│   ├── manifest.json
│   └── robots.txt
├── config
│   ├── build
│   │   ├── rollup.config.js
│   ├── dev
│   │   ├── rollup.config.js
└── src
    ├── main.js 
``` -->
## Scripts
 #### npm start
 #### npm run dev
 #### npm run build
<!-- ## Kit 
## Vite -->
0.0.7

4 months ago

0.0.5

1 year ago

0.0.6

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago