Coder Social home page Coder Social logo

ilasx / chinesebqb-client Goto Github PK

View Code? Open in Web Editor NEW

This project forked from f-loat/chinesebqb-client

0.0 0.0 0.0 951 KB

开源表情包小程序

Home Page: https://github.com/zhaoolee/ChineseBQB

License: MIT License

JavaScript 16.23% CSS 8.30% TypeScript 69.39% HTML 6.08%

chinesebqb-client's Introduction

ChineseBQB-client

开源表情包小程序

预览

  • 扫描下方小程序码

  • 访问网页版 Demo

运行

  1. 克隆仓库
git clone https://github.com/F-loat/ChineseBQB-client.git
  1. 安装依赖
# 安装 CLI
npm install -g @tarojs/cli

# 安装项目依赖
npm install
  1. 运行项目
# 小程序
npm run dev:weapp

# 网页
npm run dev:h5
  1. 预览效果
  • 小程序 使用微信开发者工具导入项目,并将 AppID 清除

  • 网页 使用浏览器访问 http://127.0.0.1:10086

说明

  • 本项目使用 Taro 框架开发

  • 图片资源来自 ChineseBQB 项目

  • 由于小程序无法直接访问 GitHub (未备案),所以通过 Nginx 做了一层代理

server {
  listen      443 ssl;
  server_name proxy.youngon.com.cn;
  
  location / {
    root   /usr/share/nginx/html;
    index  index.html index.htm;
  }

  location /github/api/ {
    proxy_pass https://api.github.com/;
  }

  location /github/raw/ {
    proxy_pass https://raw.githubusercontent.com/;
  }

  ssl_certificate /etc/nginx/keys/proxy.youngon.com.cn.crt;
  ssl_certificate_key /etc/nginx/keys/proxy.youngon.com.cn.key;
}

截图

首页 小程序码 列表 预览 关于 分享

chinesebqb-client's People

Contributors

f-loat 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.