arch-js/arch
语言: LiveScript
git: https://github.com/arch-js/arch
拱
React的Web应用程序框架。
关于
Arch是一个使用React作为其的单页Web应用程序框架 UI层。 Arch采用具有中心不可变状态的功能样式方法 建筑灵感来自Om。
Arch应用程序是用LiveScript编写的 默认情况下(详细了解推理 在决定的背后),它们完全同构,开箱即用 Arch附带了自己的基于Node.js的服务器,Webpack捆绑器 以及一个帮助您入门的CLI。
视频
观看Viktor和Tiago在React London Meetup上的Arch介绍演讲。
例子
例如代码,请参阅介绍说明中的演示 在伦敦React Meetup。
入门
首先安装Arch CLI
$ npm install -g arch-cli
然后为新应用程序创建一个目录并进入
$ mkdir my-app && cd my-app
然后,您可以通过运行生成新的应用程序
arch-cli init
并按照步骤。完成后通过运行启动应用程序
arch-cli serve
您的应用程序现在在http:// localhost:3000上运行。
文档
Arch还没有网站,但你可以阅读 文档(大部分都是完整的)
本文使用googletrans自动翻译,仅供参考, 原文来自github.com
Arch
Web application framework for React.
About
Arch is a single page web application framework using React as its
UI layer. Arch takes a functional style approach with central immutable state
architecture inspired by Om.
Arch applications are written in LiveScript
by default (read more about the reasoning
behind the decision), they are fully isomorphic out of the box and
Arch comes with it's own Node.js based server, Webpack bundler
and a CLI to help you get started.
Video
Watch Arch introduction talk by Viktor and Tiago at React London Meetup.
Examples
For example code, see demos from the introduction talk
at London React Meetup.
Get Started
Start by installing the Arch CLI
$ npm install -g arch-cli
Then create a directory for your new application and go inside
$ mkdir my-app && cd my-app
You can then generate a new app by running
arch-cli init
and following the steps. When done start the application by running
arch-cli serve
your application is now running on http://localhost:3000.
Documentation
Arch doesn't have a website yet, but you can read the
documentation (which is mostly complete)