Rekit

本文转自:http://rekit.js.org/docs/get-started.html

 

Get started

The easiest way to try out Rekit is creating a Rekit app and playing with it. Just 3 steps:

1. Install Rekit
$ npm install -g rekit
2. Create an app
$ rekit create my-app
$ cd my-app
$ npm install
3. Start it!
$ npm start

posted on 2019-04-01 15:17  freeliver54  阅读(212)  评论(0编辑  收藏  举报

导航