https://github.com/one-programmer/mini-begin
开发小程序从这里开始
https://github.com/one-programmer/mini-begin
Last synced: 8 months ago
JSON representation
开发小程序从这里开始
- Host: GitHub
- URL: https://github.com/one-programmer/mini-begin
- Owner: one-programmer
- Created: 2018-10-03T01:19:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T01:39:56.000Z (about 7 years ago)
- Last Synced: 2025-01-31T08:34:18.748Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [mini-begin](https://github.com/one-programmer/mini-begin)
[]()
[]()
# 小程序开发从这里开始
小程序通用脚手架
## 目录结构
```
├── components ---------------------------- 通用组件目录
│ ├── Authorization --------------------- 授权组件
│ ├── Painter --------------------------- 画笔组件
|
├── config -------------------------------- 全局的配置文件
|
├── filter -------------------------------- 过滤器
|
├── pages --------------------------------- 页面
|
├── service ------------------------------- 提供接口服务
|
├── utils --------------------------------- 通用方法
|
├── wx.api -------------------------------- 重写微信的API方便使用
|
├── app.js -------------------------------- 全局js
|
├── app.json ------------------------------ 小程序配置
|
├── app.wxss ------------------------------ 全局样式
|
├── project.config.json ------------------- 工具配置
|
```