#开源 #低代码 #工具
低代码工具-快速网页制作工具

#开源 #低代码 #工具 低代码工具-快速网页制作工具

Property
Sep 14, 2022 11:28 AM
Status
Date
URL
https://github.com/nullno/cook-web
notion image

notion image

cook-web(v1.0)

使用

# 安装依赖
$ yarn

# 启动服务
$ npm start # visit http://localhost:3333

目录

├── 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