An open API service indexing awesome lists of open source software.

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.

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)