@ice/miniapp-scaffold
v1.0.5
Published
ice.js 3 小程序模板
Downloads
3
Keywords
Readme
ice.js 3 Miniapp Scaffold
Usage
$ npm install
$ npm start
Directories
.
├── README.md
├── ice.config.mts # The project config
├── package.json
├── .browserslistrc # Browsers that we support
├── public
│ ├── favicon.ico
├── src
│ ├── app.ts # The app entry
│ ├── assets
│ │ └── logo.png
│ ├── pages # Pages directory
│ │ ├── index.module.css
│ │ └── index.tsx # Index page entry
│ └── typings.d.ts
└── tsconfig.json
For more detail, please visit docs.