技术分享博客
Go to file
2021-11-24 13:41:48 +08:00
docs fix: 新增react学习 2021-11-24 13:30:05 +08:00
src feat: 初始化项目 2021-08-24 18:55:04 +08:00
temp feat:新增css,cavas 2021-08-26 19:06:44 +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 fix: 修改配置 2021-09-08 18:26:08 +08:00
commitlint.config.js feat: 初始化项目 2021-08-24 18:55:04 +08:00
LICENSE Initial commit 2021-08-24 14:40:12 +08:00
package.json 修复(sd): sd 2021-11-24 13:41:48 +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