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

https://github.com/tansen87/gen-template

Generate journals ledger (GL) upload template
https://github.com/tansen87/gen-template

pandas pywebview quasar vue3

Last synced: 8 months ago
JSON representation

Generate journals ledger (GL) upload template

Awesome Lists containing this project

README

          

### 运行环境

- Node.js 16.14+

- pnpm 8.x+

- Python3.8-3.11

### 截图
![image](https://github.com/tansen87/gen-template/assets/98570790/a611d9ca-383a-415d-85ff-ecbe66ba943f)

### 初始化

```shell
pnpm run init
```

### dev

```shell
pnpm run py:dev
```

### build

```shell
# no console window
pnpm run build

# with console window
pnpm run pre
```

### 致谢

[PPX](https://github.com/pangao1990/PPX)