https://github.com/python-gino/python-gino.org
The source code of python-gino.org
https://github.com/python-gino/python-gino.org
Last synced: 10 months ago
JSON representation
The source code of python-gino.org
- Host: GitHub
- URL: https://github.com/python-gino/python-gino.org
- Owner: python-gino
- Created: 2019-12-19T15:47:00.000Z (almost 6 years ago)
- Default Branch: src
- Last Pushed: 2022-02-12T20:33:59.000Z (almost 4 years ago)
- Last Synced: 2025-01-05T02:42:53.507Z (11 months ago)
- Language: Vue
- Homepage: https://python-gino.org/
- Size: 13.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-gino.org
> python-gino.org
## Build Setup
``` bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).