fonv-builder

所属分类:其他
开发工具:Vue
文件大小:0KB
下载次数:0
上传日期:2023-01-06 06:45:28
上 传 者sh-1993
说明:  no intro
(Character builder for Fallout New Vegas — computes build stat requirements both retroactively and proactively,)

文件列表:
LICENSE (1070, 2021-04-23)
MANIFEST.in (67, 2021-04-23)
client/ (0, 2021-04-23)
client/.env.development (39, 2021-04-23)
client/.env.production (71, 2021-04-23)
client/babel.config.js (73, 2021-04-23)
client/package-lock.json (447001, 2021-04-23)
client/package.json (1098, 2021-04-23)
client/public/ (0, 2021-04-23)
client/public/favicon.ico (4286, 2021-04-23)
client/public/index.html (613, 2021-04-23)
client/src/ (0, 2021-04-23)
client/src/App.vue (2284, 2021-04-23)
client/src/assets/ (0, 2021-04-23)
client/src/assets/logo.png (6849, 2021-04-23)
client/src/components/ (0, 2021-04-23)
client/src/components/BasicInfo.vue (3622, 2021-04-23)
client/src/components/Book.vue (1432, 2021-04-23)
client/src/components/Books.vue (859, 2021-04-23)
client/src/components/Implant.vue (1860, 2021-04-23)
client/src/components/Implants.vue (1233, 2021-04-23)
client/src/components/OtherEffects.vue (608, 2021-04-23)
client/src/components/Perk.vue (1926, 2021-04-23)
client/src/components/Perks.vue (2842, 2021-04-23)
client/src/components/Skill.vue (1738, 2021-04-23)
client/src/components/Skills.vue (2884, 2021-04-23)
client/src/components/Special.vue (1096, 2021-04-23)
client/src/components/Specials.vue (753, 2021-04-23)
client/src/components/Stats.vue (463, 2021-04-23)
client/src/components/Trait.vue (1005, 2021-04-23)
client/src/components/Traits.vue (770, 2021-04-23)
client/src/components/layout/ (0, 2021-04-23)
client/src/components/layout/Footer.vue (315, 2021-04-23)
client/src/components/layout/Header.vue (321, 2021-04-23)
client/src/lib/ (0, 2021-04-23)
client/src/lib/perks.js (1291, 2021-04-23)
client/src/lib/skills.js (1202, 2021-04-23)
client/src/lib/special.js (982, 2021-04-23)
... ...

# fonv-builder Source code for fonv-builder. Work in progress. ## Features * Fallout: New Vegas character planner ## Building ### Build requirements * Python3 * python3-flask * python3-venv * NodeJS ### Instructions * `pip3 install -e .` * `python setup.py bdist_wheel` * `npm install client` * `npm install -g @vue/cli` * `npm --prefix client/ run build` ## Installation ### Requirements * Python3 * python3-flask * python3-venv ### Instructions Copy the distribution to your web server path, install the `.whl` and serve the backend with waitress. A Nginx example is provided in `example.nginx.conf`. * `python3 -m venv venv` * `. venv/bin/activate` * `pip3 install fonv_builder-VERSION-py3-none-any.whl` * `mkdir -p venv/var/server-instance` * `export FLASK_APP=server` * `flask init-db` * `waitress-serve --call 'server:create_app'`

近期下载者

相关文件


收藏者