Coder Social home page Coder Social logo

dadacar's Introduction

微信小程序

目录说明

页面文件简介(如index页面)

1、index.wxml 标签语言,结合基础组件、事件系统,可以构建出页面的结构(类似 html)

2、index.wxss 样式语言,用于描述 WXML 的组件样式(基本类似 css)

3、index.js 小程序开发框架的逻辑层

4、index.json 小程序的一些基本配置项

├── README.md  说明
├── app.js     全局逻辑层
├── app.json   项目的页面路径、界面表现配置
├── project.config.json  开发工具个性化配置
├── app.wxss   全局样式配置
├── images     图片资源
├── pages
│   ├── index   主页面
│   │   ├── index.js
│   │   ├── index.json
│   │   ├── index.wxml
│   │   └── index.wxss
│   ├── detail   修理厂详情页    
│   │   ├── detail.js
│   │   ├── detail.json
│   │   ├── detail.wxml
│   │   └── detail.wxss
    ├── template   模板用于复用    
│   │   └── list-template 首页列表模板
└── utils  工具
    └── https.js    封装的https请求

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.