All Projects → apache → incubator-weex-site

apache / incubator-weex-site

Licence: Apache-2.0 License
Apache Weex (Incubating)

Programming Languages

SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
EJS
674 projects
shell
77523 projects

Labels

Projects that are alternatives of or similar to incubator-weex-site

JustDo8-weex-game
🎲 a game developed using weex|使用 Weex 开发的益智类小游戏
Stars: ✭ 25 (-70.24%)
Mutual labels:  weex
eros-cli
🛠️ A simple CLI for scaffolding weex projects, we provide eros-template to quickly build small and medium sized app.
Stars: ✭ 41 (-51.19%)
Mutual labels:  weex
weex-nat-camera
natjs.com/#/#camera
Stars: ✭ 20 (-76.19%)
Mutual labels:  weex
weex componets
this library is no longer maintained. For the latest gameplay, please refer to: https://github.com/fengwuxp/wuxp_common_ts_module
Stars: ✭ 16 (-80.95%)
Mutual labels:  weex
eros-widget
eros widget is the two encapsulation for eros module.
Stars: ✭ 13 (-84.52%)
Mutual labels:  weex
weex-flymeui
🐼 A Flyme Style UI library based on Weex for Creator.
Stars: ✭ 66 (-21.43%)
Mutual labels:  weex
Reactnativerollingexamples
react-native的一些example,目前支持iOS。另外收集了一份react-native学习列表
Stars: ✭ 214 (+154.76%)
Mutual labels:  weex
XiaoxiaZhihuWeex
XiaoxiaZhihu(zhihu daily) client written by Weex.
Stars: ✭ 15 (-82.14%)
Mutual labels:  weex
weexbox-android-library
Weex Android SDK
Stars: ✭ 22 (-73.81%)
Mutual labels:  weex
rax-app
Rax App Framework
Stars: ✭ 89 (+5.95%)
Mutual labels:  weex
shop-native
基于weex(vuejs),同时使用了vuex, vue-router, axios,包含异步(async)语法糖在安卓端不兼容的解决方案
Stars: ✭ 15 (-82.14%)
Mutual labels:  weex
incubator-weex-playground
Playground for Apache Weex, demo purpose only
Stars: ✭ 43 (-48.81%)
Mutual labels:  weex
xiazhou-weex
a demo for weex project
Stars: ✭ 49 (-41.67%)
Mutual labels:  weex
chameleon-sdk-ios
iOS系统下Chameleon SDK
Stars: ✭ 27 (-67.86%)
Mutual labels:  weex
weex-dingtalk-cli
👽 A simple CLI for scaffolding Dingtalk Weex Microapp projects.
Stars: ✭ 33 (-60.71%)
Mutual labels:  weex
Incubator Weex
Apache Weex (Incubating)
Stars: ✭ 13,990 (+16554.76%)
Mutual labels:  weex
weex-vue-starter-kit
weex starter kit in vue to use weexpack & weex both.(support hot-reload)
Stars: ✭ 24 (-71.43%)
Mutual labels:  weex
hello-iui
⚙️ iui uniapp组件库演示示例【停止维护】
Stars: ✭ 20 (-76.19%)
Mutual labels:  weex
bui-weex-sample
bui-weex示例工程,包含了丰富的组件展示案例
Stars: ✭ 29 (-65.48%)
Mutual labels:  weex
eros-plugin-ios-TencentCaptcha
腾讯防水墙、滑动验证、类似bilibili滑动验证码
Stars: ✭ 21 (-75%)
Mutual labels:  weex

Weex Website

This is the source code of Weex official website.

Develop

Install

First you should install the Node.js, and install dependencies:

npm install

Develop

npm start

It will start a web server at http://localhost:8080. The pages will be updated automatically once you save the corresponding source file.

Package

npm run build

This will generate static files for publishing. The files are located in docs/.vuepress/dist/

Deploy

scripts/publish.sh

Run the above script to deploy the website. This script will add all files in docs/.vuepress/dist/ to asf-site branch, make a git commit and publish to the remote.

After executing, https://weex.apache.org/ will be updated automatically. If you're in China, you will need to wait several hours or one day before the CDN cache refreshing.

The above scripts only works for committers, if you are not a committer, then you don't have the privilege to do the git push.

Contribute

The documents are written in Markdown format located in the docs folder. Feel free to send pull requests!

How to add a blog

To write a blog, edit 'docs/.vuepress/config.js'.

  • Search 'blog' in this file. Edit blog section and add your article filename(without 'md' extension) and title.
'/blog/': [['write-a-blog', 'Write a Blog'], ['your-file-name', 'Your article title']]
'/zh/blog/': [['write-a-blog', '写一篇博客'], ['your-file-name', '你的文章标题']]
  • Add your file(with 'md' extension) in 'docs/blog' and 'docs/zn/blog' directories.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].