Skip to content

kernelstudio/docs

Repository files navigation

Kernel Studio 平台/框架/手册/文档

1. 在线文档

Kernel Studio Docs

2. 开发编译

# install dependencies
$ npm install

# develop library by docs demo
$ npm start

# build library source code
$ npm run build

# build library source code in watch mode
$ npm run build:watch

# build docs
$ npm run docs:build

# Locally preview the production build.
$ npm run docs:preview

# check your project for potential problems
$ npm run doctor

# Test
$ npm test

# Coverage
$ npm test:cov

# Lint
$ npm lint

LICENSE

MIT

About

Kernel Studio 平台/框架/手册/文档

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published