# IceUIAdmin **Repository Path**: newyear_xn/ice-uiadmin ## Basic Information - **Project Name**: IceUIAdmin - **Description**: 用ICE 搭建的后台管理系统 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-26 - **Last Updated**: 2022-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Simple > A TypeScript simple template ## 使用 ```bash # NODE 版本 16.16.0 # npm 版本 6.14.8 # yarn 版本 1.22.18 # 安装依赖 $ npm install # 启动服务 $ npm start # visit http://localhost:3333 ``` [More docs](https://ice.work/docs/guide/about). ## 目录 ```md ├── build/ # 构建产物 ├── mock/ # 本地模拟数据 │ ├── index.[j,t]s ├── public/ │ ├── index.html # 应用入口 HTML │ └── favicon.png # Favicon ├── src/ # 源码路径 │ ├── components/ # 自定义业务组件 │ │ └── Guide/ │ │ ├── index.[j,t]sx │ │ └── index.module.scss │ ├── pages/ # 页面 │ │ └── index.tsx/ │ ├── global.scss # 全局样式 │ └── app.[j,t]s[x] # 应用入口脚本 ├── README.md ├── package.json ├── .editorconfig ├── .eslintignore ├── .eslintrc.[j,t]s ├── .gitignore ├── .stylelintignore ├── .stylelintrc.[j,t]s ├── .gitignore └── [j,t]sconfig.json ```