Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj01 committed May 19, 2024
1 parent 0d23fc6 commit 6d521da
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 1 deletion.
11 changes: 11 additions & 0 deletions articles/2024/nocobase.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [nocobase](https://github.com/lmj01/nocobase)

```shell
yarn install
yarn nocobase install
yarn dev
```

## 依赖

- [umi可插拔的企业级 react 应用框架](https://umijs.org/)
6 changes: 6 additions & 0 deletions cg/babylonjs/dev.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@

# dev
```shell
npm install or
PUPPETEER_SKIP_DOWNLOAD=true npm install on ubuntu
npm run build:dev 安装工具
npm watch dev
```
先执行
npm run start
打开packages/tools目录下服务,执行相应的script
Expand Down
1 change: 1 addition & 0 deletions cs/db/sqlite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# [sqlite](https://www.sqlite.org/index.html)
2 changes: 1 addition & 1 deletion dev-note/hardware.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 硬件配置

## Dell Inspiron 15
## Dell Inspiron-3568
> 老婆的大学时期的笔记本
按照Linux系统的过程
Expand Down
1 change: 1 addition & 0 deletions index/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
- [2024](/articles/2024/app.md)
- [2024经验](/articles/2024/experience.md)
- [2024趋势](/articles/2024/trend.md)
- [nocobase项目](/articles/2024/nocobase.md)
- [三维网格](/articles/notes/mesh.md)

## 2023
Expand Down
1 change: 1 addition & 0 deletions index/computerScience.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- [redis](/database/redis.md)
- [MySql](/database/mysql.md)
- [sql](/database/sql.md)
- [sqlite](/database/sqlite.md)

### 数据结构

Expand Down
6 changes: 6 additions & 0 deletions web/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@ jszip.loadAsync(new Blob([buffer])).then(zip=>{
- [CADit.app](https://cadit.app/)
- [A jscad UI playground developed here and meant to be later contributed into jscad](https://github.com/hrgdavor/jscadui)


## [组件开发]()

- [表情拾取组件A lightweight emoji picker, distributed as a web component.](https://github.com/nolanlawson/emoji-picker-element)
- [一个纯JS实现的框架](https://nolanlawson.com/2023/12/02/lets-learn-how-modern-javascript-frameworks-work-by-building-one/)

## Test

**TDD**
Expand Down

0 comments on commit 6d521da

Please sign in to comment.