文件名称:flask-vuesfc:Flask扩展以渲染Vue SFC
文件大小:231KB
文件格式:ZIP
更新时间:2024-05-31 03:50:39
JavaScript
Flask-VueSFC
Flask-VueSFC是Flask扩展,可转换和呈现单个文件组件。
简而言之,它翻译这样的代码
Current time is: {{ date }}
[removed]
Vue.use(vueMoment)
export default {
name: 'App',
data() {
return {
date: null
}
},
created() {
this.setCurrentTime()
},
methods: {
setCurrentTime() {
this.date = this.$moment().format(
【文件预览】:
flask-vuesfc-main
----MANIFEST.in(56B)
----README.rst(6KB)
----.github()
--------workflows()
----requirements-dev.txt(47B)
----requirements.txt(94B)
----tox.ini(148B)
----example()
--------app_prod_mode.py(1KB)
--------app.py(1KB)
--------app_with_escaping.py(594B)
--------app_with_sass.py(557B)
--------templates()
----LICENSE(3KB)
----setup.py(2KB)
----flask_vue_sfc()
--------helpers.py(2KB)
--------utils.py(12KB)
--------__init__.py(4KB)
--------templates()
--------static()
----tests()
--------__init__.py(0B)
--------conftest.py(449B)
--------test_utils.py(7KB)
----.gitignore(44B)