Austin Lee 3a405d089f
Merge pull request #1734 from BeiyanYunyi/patch-1
chore: log error instead when error.stack is empty
2025-10-19 18:14:54 +08:00
2023-05-19 10:10:58 +08:00
2018-02-14 07:30:40 +08:00
2017-07-12 14:12:21 +08:00
2017-08-03 09:22:34 +08:00
2017-08-14 15:58:03 +08:00
2020-01-12 15:28:36 +08:00
2019-07-16 17:44:12 +08:00
2020-12-12 23:22:15 +08:00
2017-08-14 15:58:03 +08:00
2023-06-10 20:54:30 +08:00
2018-04-10 15:09:15 +08:00
2018-04-10 15:09:15 +08:00

ThinkJS

Use full ES2015+ features to develop Node.js applications, Support TypeScript.

简体中文文档

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] - Environment: 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%