技术分享博客
Go to file
2023-04-14 19:01:37 +08:00
.dumi 修复(resume): 修改简历 2022-05-23 12:17:33 +08:00
docs 新功能(fea/vue): 新增vue教程文档 2023-04-14 19:01:37 +08:00
src 文档(interview): 新增面试题合集 2023-04-10 19:27: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 文档(interview): 新增面试题合集 2023-04-10 19:27:53 +08:00
CHANGELOG.md 文档(interview): 新增面试题合集 2023-04-10 19:27:53 +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 新功能(fea/vue): 新增vue教程文档 2023-04-14 19:01:37 +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