https://github.com/null-object-0000/newbie-low-code
基于 Vue 3.0、Web Component、AI 等前沿技术实现的开源 H5 低代码平台。An open-source H5 low code platform based on Vue 3.0, Web Component, and AI implementation.
https://github.com/null-object-0000/newbie-low-code
Last synced: 3 months ago
JSON representation
基于 Vue 3.0、Web Component、AI 等前沿技术实现的开源 H5 低代码平台。An open-source H5 low code platform based on Vue 3.0, Web Component, and AI implementation.
- Host: GitHub
- URL: https://github.com/null-object-0000/newbie-low-code
- Owner: null-object-0000
- License: mit
- Created: 2025-01-15T09:08:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-01T13:15:58.000Z (4 months ago)
- Last Synced: 2025-02-01T13:25:41.438Z (4 months ago)
- Language: Vue
- Homepage: https://null-object-0000.github.io/newbie-low-code/
- Size: 3.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Newbie Low-Code
基于 `Vue 3.0`、`Web Component`、`AI` 等前沿技术实现的开源 H5 低代码平台。## 开发部署
### 开发环境
- [Visual Studio Code](https://code.visualstudio.com/) + [Vue - Official 扩展](https://marketplace.visualstudio.com/items?itemName=Vue.volar) 。
- [Node.js v22.x](https://nodejs.org/zh-cn)#### 本地开发
```sh
pnpm install
pnpm run app:start
```## 技术框架
- [Vue 3.0](https://cn.vuejs.org/) + [TypeScript](https://www.typescriptlang.org/) + [Vite](https://cn.vitejs.dev/) + [Pinia](https://pinia.vuejs.org/zh/) + [Vue Router](https://next.router.vuejs.org/zh/)
- [Web Component](https://developer.mozilla.org/zh-CN/docs/Web/API/Web_components)
- [Arco Design](https://arco.design/vue)
- [VueUse](https://vueuse.org/guide/)
- [AI SDK](https://github.com/vercel/ai)
- [Yjs](https://github.com/yjs/yjs)