https://github.com/guoyunhe/test-ice-scss-image-import
https://github.com/guoyunhe/test-ice-scss-image-import
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guoyunhe/test-ice-scss-image-import
- Owner: guoyunhe
- Created: 2022-06-08T05:38:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T05:53:55.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T17:39:27.187Z (5 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple
> A TypeScript simple template
## 使用
```bash
# 安装依赖
$ 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
```