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
- Host: GitHub
- URL: https://github.com/tansen87/gen-template
- Owner: tansen87
- License: gpl-3.0
- Created: 2024-03-24T02:40:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T14:27:48.000Z (over 1 year ago)
- Last Synced: 2024-11-20T15:54:08.154Z (over 1 year ago)
- Topics: pandas, pywebview, quasar, vue3
- Language: Python
- Homepage:
- Size: 2.82 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### 运行环境
- Node.js 16.14+
- pnpm 8.x+
- Python3.8-3.11
### 截图

### 初始化
```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)