项目作者: zhouzhi3859

项目描述 :
This is a repository of node napi examples.
高级语言: C++
项目地址: git://github.com/zhouzhi3859/napi_example.git
创建时间: 2018-08-05T15:17:28Z
项目社区:https://github.com/zhouzhi3859/napi_example

开源协议:

下载


napi_example

This is a repository of node napi examples.\
If you want detail of napi, you can visit node_napi.

Table of Contents

Where napi_module used

You can visit app.js know how use it which napi_module are constructed.

Run this example

You have to make sure node_gyp now installed in you computer.

  1. npm install
  2. npm run build
  3. npm run dev