Coder Social home page Coder Social logo

clipalm's Introduction

Introduction

Quickstart

https://github.com/weexteam/weex-pack

web端开发:

$ npm install -g weex-toolkit

$ yarn

$ npm start

浏览器中打开http://192.168.1.7:8081/web/preview.html?page=index.js

移动端开发:

安装jdk-8u181-windows-x64.exe

安装androidSDK:installer_r24.4.1-windows.exe

控制面板-程序-去除hyper-v

安装haxm-windows_v7_3_0.zip

启动AVD安卓模拟器

$ weex run android

移动端发布

$ npm run pack:android

keytool -genkey -alias hitb.keystore -keyalg RSA -validity 1000 -keystore hitb.keystore

keytool -list -v -keystore .\hitb.keystore

jarsigner -verbose -keystore hitb.keystore -signedjar clipalm.apk app-release-unsigned.apk hitb.keystore

修改App名称

C:\git\clipalm\platforms\android\app\src\main\res\values-zh-rCN\strings.xml:

WEEX APP

C:\git\clipalm\platforms\android\app\src\main\res\values\strings.xml: WEEX APP Hello WEEX

clipalm's People

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.