diff --git a/articles/2024/nocobase.md b/articles/2024/nocobase.md new file mode 100644 index 0000000..fcc22bb --- /dev/null +++ b/articles/2024/nocobase.md @@ -0,0 +1,11 @@ +# [nocobase](https://github.com/lmj01/nocobase) + +```shell +yarn install +yarn nocobase install +yarn dev +``` + +## 依赖 + +- [umi可插拔的企业级 react 应用框架](https://umijs.org/) \ No newline at end of file diff --git a/cg/babylonjs/dev.md b/cg/babylonjs/dev.md index 5cfd24b..ed4aa8f 100644 --- a/cg/babylonjs/dev.md +++ b/cg/babylonjs/dev.md @@ -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 diff --git a/cs/db/sqlite.md b/cs/db/sqlite.md new file mode 100644 index 0000000..f31e5bd --- /dev/null +++ b/cs/db/sqlite.md @@ -0,0 +1 @@ +# [sqlite](https://www.sqlite.org/index.html) diff --git a/dev-note/hardware.md b/dev-note/hardware.md index 0e522cd..102144a 100644 --- a/dev-note/hardware.md +++ b/dev-note/hardware.md @@ -1,6 +1,6 @@ # 硬件配置 -## Dell Inspiron 15 +## Dell Inspiron-3568 > 老婆的大学时期的笔记本 按照Linux系统的过程 diff --git a/index/article.md b/index/article.md index 1ec26e4..e7e4451 100644 --- a/index/article.md +++ b/index/article.md @@ -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 diff --git a/index/computerScience.md b/index/computerScience.md index 65b6daf..2cbd4f7 100644 --- a/index/computerScience.md +++ b/index/computerScience.md @@ -23,6 +23,7 @@ - [redis](/database/redis.md) - [MySql](/database/mysql.md) - [sql](/database/sql.md) +- [sqlite](/database/sqlite.md) ### 数据结构 diff --git a/web/index.md b/web/index.md index d80126c..5e7ef3f 100644 --- a/web/index.md +++ b/web/index.md @@ -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**