Giter Club home page Giter Club logo

phicommunityapp's Introduction

PhiCommunityAPP

这里是哪里

这里是PhiCommunity的客户端仓库,目前只有Android客户端,使用Cordova开发。

构建指南

1.克隆PhiCommunity仓库

执行以下命令,克隆并构建PhiCommunity可浏览网页:

git clone https://github.com/Yuameshi/PhiCommunity
cd ./PhiCommunity/
sudo npm install webpack webpack-cli -g
npm install
npm run build
mv ./dist/ ../www/
cd ..
rm -rf ./PhiCommunity/*

或者直接克隆gh-pages分支

git clone -b gh-pages https://github.com/Yuameshi/PhiCommunity www
rm -rf www/.git/*

2.开始构建

注意:在构建前请确保您的系统已经安装了gradleAndroid SDK 32JDK 8

# 安装构建工具
npm install -g cordova
npm install
#配置平台
npm run add-platform:android
#确保依赖都搞定
npm run check
#构建Debug版本
npm run build:debug
#输出目录在./platforms/android/app/build/outputs/apk/目录下
#npm run build:release
#如需构建release版本请先配置build.json(build.sample.json为模板)

phicommunityapp's People

Contributors

yuameshi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.