flaskConfig

所属分类:后台框架
开发工具:Vue
文件大小:653KB
下载次数:0
上传日期:2022-12-08 05:27:46
上 传 者sh-1993
说明:  利用flask写的基于etcd的配置中心
(Etcd based configuration center written by flask)

文件列表:
.editorconfig (243, 2020-04-27)
.env.development (537, 2020-04-27)
.env.production (69, 2020-04-27)
.env.staging (98, 2020-04-27)
.eslintignore (34, 2020-04-27)
.eslintrc.js (5120, 2020-04-27)
.idea (0, 2020-04-27)
.idea\dictionaries (162, 2020-04-27)
.idea\encodings.xml (135, 2020-04-27)
.idea\flaskConfig.iml (399, 2020-04-27)
.idea\inspectionProfiles (0, 2020-04-27)
.idea\inspectionProfiles\Project_Default.xml (1800, 2020-04-27)
.idea\inspectionProfiles\profiles_settings.xml (174, 2020-04-27)
.idea\misc.xml (302, 2020-04-27)
.idea\modules.xml (274, 2020-04-27)
.idea\workspace.xml (10166, 2020-04-27)
__pycache__ (0, 2020-04-27)
__pycache__\app.cpython-37.pyc (14125, 2020-04-27)
app.py (16267, 2020-04-27)
babel.config.js (53, 2020-04-27)
config (0, 2020-04-27)
config\config.ini (51, 2020-04-27)
init_db.py (599, 2020-04-27)
package.json (1885, 2020-04-27)
postcss.config.js (197, 2020-04-27)
requirements.txt (539, 2020-04-27)
src (0, 2020-04-27)
src\App.vue (122, 2020-04-27)
src\api (0, 2020-04-27)
src\api\getEnvironment.js (885, 2020-04-27)
src\api\getTemplateApi.js (590, 2020-04-27)
src\api\user.js (945, 2020-04-27)
src\assets (0, 2020-04-27)
src\assets\404_images (0, 2020-04-27)
src\assets\404_images\404.png (98071, 2020-04-27)
src\assets\404_images\404_cloud.png (4766, 2020-04-27)
src\components (0, 2020-04-27)
... ...

# flaskConfig 利用flask写的基于etcd的配置中心 python 3.7.7, flask 1.0.3, 详见requirements.txt 页面基于 [vue-element-admin](https://panjiachen.github.io/vue-element-admin-site/zh/) 实现的 ```bash git clone https://github.com/wang6237/flaskConfig.git cd flaskConfig pip install -r requirements.txt python init_db.py python app.py ``` ## install dependency ``` npm install ``` # develop ```bash npm run dev ``` This will automatically open http://localhost:9528 ## Build ```bash # build for test environment npm run build:stage # build for production environment npm run build:prod ```

近期下载者

相关文件


收藏者