Git Product home page Git Product logo

weapp-hiapp's Introduction

weapp-hiapp

HiApp 微信小程序版

Preview

[Tip] 该小程序基于本项目进行开发,是实际运营项目,非 demo 项目。除去除即时通讯模块外,还根据实际业务增加了其他需求,仅供参考。请按照下方步骤在本地运行预览实际效果,或在线查看 WebApp版

Setup

1. Checkout Source Code

$ git clone https://github.com/BelinChung/weapp-hiapp.git

2. Install Dependencies

项目使用了微信小程序组件化开发框架 WePY 进行开发,请先全局安装 WePY

$ npm install wepy-cli -g

进入项目根目录,使用 npm 安装项目依赖

$ cd weapp-hiapp
$ npm install

3. Run for Dev

项目根目录执行 npm run dev

4. Import to DEV Tools

把编译出的dist目录导入到微信开发者工具中即可

5. Build for Prod

项目根目录执行 npm run build

Tips

  • 请通过 微信开发者工具 - 项目 - 关闭ES6转ES5
  • 请通过 微信开发者工具 - 项目 - 关闭上传代码时样式自动补全
  • 请通过 微信开发者工具 - 项目 - 关闭代码压缩上传
  • 请通过 微信开发者工具 - 设置 - 编辑器中勾选文件保存时自动编译小程序 开启实时预览

更多文档和注意事项,请参考 WePY 开发文档

License

Copyright (c) 2018 Belin Chung. MIT Licensed, see LICENSE for details.

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.