技术分享博客
Go to file
2022-09-14 10:39:50 +08:00
.dumi 修复(resume): 修改简历 2022-05-23 12:17:33 +08:00
docs 新功能(resume): 修改简历 2022-09-14 10:39:50 +08:00
src feat: svg学习笔记 2022-08-15 18:07:53 +08:00
temp 新功能(resume): 修改简历 2022-09-14 10:39:50 +08:00
.editorconfig feat: 初始化项目 2021-08-24 18:55:04 +08:00
.fatherrc.ts feat: 初始化项目 2021-08-24 18:55:04 +08:00
.gitignore feat: 初始化项目 2021-08-24 18:55:04 +08:00
.prettierignore feat: 初始化项目 2021-08-24 18:55:04 +08:00
.prettierrc feat: 初始化项目 2021-08-24 18:55:04 +08:00
.umirc.ts feat: 新增心跳组件 2022-08-11 15:48:20 +08:00
CHANGELOG.md 新功能(package.json): 添加husky 2021-11-24 13:49:30 +08:00
commitlint.config.js feat: 初始化项目 2021-08-24 18:55:04 +08:00
LICENSE 新功能(package.json): 添加husky 2021-11-24 13:49:30 +08:00
package.json 修复(工具类): lerna QA 2022-05-07 17:09:29 +08:00
README.md feat: 初始化项目 2021-08-24 18:55:04 +08:00
tsconfig.json feat: 初始化项目 2021-08-24 18:55:04 +08:00
typings.d.ts feat: 初始化项目 2021-08-24 18:55:04 +08:00

learn-note

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