文件名称:flask_property_manager_vue:我的flask属性管理器api的前端
文件大小:174KB
文件格式:ZIP
更新时间:2024-03-05 07:57:45
Vue
物业经理 项目设置 npm install 编译和热重装以进行开发 npm run serve 编译并最小化生产 npm run build 运行单元测试 npm run test:unit 整理和修复文件 npm run lint npm run lint --fix (fixes the errors) 自定义配置 请参阅。
【文件预览】:
flask_property_manager_vue-master
----.gitignore(230B)
----package.json(1KB)
----package-lock.json(542KB)
----src()
--------components()
--------main.js(551B)
--------services()
--------assets()
--------models()
--------helpers()
--------views()
--------App.vue(2KB)
--------router()
--------store()
----public()
--------index.html(744B)
--------favicon.ico(4KB)
----.browserslistrc(30B)
----.eslintrc.js(542B)
----README.md(417B)
----tests()
--------unit()
----babel.config.js(67B)