2017-06-07 20:50:08 +08:00
2017-06-07 20:50:08 +08:00
2017-02-15 18:34:56 +08:00
2016-04-27 18:53:44 +08:00
2017-02-25 17:58:03 +08:00
2016-07-19 09:29:53 +08:00
2015-12-09 17:10:44 +08:00
2016-02-29 17:44:45 +08:00
2016-01-16 05:47:36 +08:00
2017-06-05 09:46:59 +08:00
2017-05-22 15:55:40 +08:00

thinkjs


NPM version travis-ci Coverage Status Dependency Status

简体中文文档

Installation

npm install -g think-cli

Create Application

thinkjs new demo

Install dependencies

npm install

Start Application

npm start

You will see some messages on console like :

[2017-05-22 15:54:58.281] [INFO] - Server running at http://127.0.0.1:8360
[2017-05-22 15:54:58.283] [INFO] - ThinkJS version: 3.0.0-alpha1
[2017-05-22 15:54:58.283] [INFO] - Enviroment: development
[2017-05-22 15:54:58.284] [INFO] - Workers: 1

Documentation

https://thinkjs.org/en

License

MIT

Description
Use full ES2015+ features to develop Node.js applications, Support TypeScript.
Readme MIT 8 MiB
Languages
JavaScript 100%