0.0.1 • Published 5 years ago

jaylib2 v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

dumi library

Getting Started

Install dependencies,

$ npm i

Start the dev server,

$ npm start

Build documentation,

$ npm run docs:build

Build library via father-build,

$ npm run build

tsconfig.json

skipDefaultLibCheck: true 忽略库的默认声明文件的类型检查

skipLibCheck: true 忽略所有的声明文件(*.d.ts)的类型检查。

错误及解决方法

  1. error TS7016: Could not find a declaration file for module 'vfile-message' 解决方法:https://github.com/umijs/father/issues/139
0.0.1

5 years ago