Code Monkey home page Code Monkey logo

weapp_gnb_primary's Introduction

WEAPP_GNB_PRIMARY

小程序--小学错题归纳本

二维码

JS框架

组件

文件夹目录

├── dist          # 微信调试目录
├── src           # 代码
  ├── common      # 公共资源
  ├── components  # 组件
  ├── pages       # 页面
    ├── init          # 配置信息
    ├── camera        # 拍错题
    ├── workbook      # 记错题
    ├── papaer        # 资源
    ├── statistics    # 错题本
    ├── my            # 我的

配置

npm/yarn install
npm/wepy build --watch
open 微信开发者工具 打开DIST文件夹

注意

使用微信开发者工具-->添加项目,项目目录请选择dist目录。

微信开发者工具-->项目-->关闭ES6转ES5。 重要:漏掉此项会运行报错。

微信开发者工具-->项目-->关闭上传代码时样式自动补全。 重要:某些情况下漏掉此项也会运行报错。

微信开发者工具-->项目-->关闭代码压缩上传。 重要:开启后,会导致真机computed, props.sync 等等属性失效。

本地项目根目录运行wepy build --watch,开启实时编译。(注:如果同时在微信开发者工具-->设置-->编辑器中勾选了文件保存时自动编译小程序,将可以实时预览,非常方便。)

weapp_gnb_primary's People

Watchers

James Cloos avatar

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.